私はMSChart Control
自分の1つのVB.NET
プロジェクトで使用しました。下の表のようなデータを円グラフに表示することにしました。
しかし、それを取り除くためにラベルが互いに重なり合っています。以下に示すように、「<strong>スマートラベル」プロパティを試しました。
Chart1.Series("Default").SmartLabelStyle.Enabled = True
Chart1.Series("Default").SmartLabelStyle.AllowOutsidePlotArea = LabelOutsidePlotAreaStyle.No
Chart1.Series("Default").SmartLabelStyle.CalloutLineAnchorCapStyle = LineAnchorCapStyle.None
Chart1.Series("Default").SmartLabelStyle.CalloutLineColor = Color.Red
Chart1.Series("Default").SmartLabelStyle.CalloutLineWidth = 1
Chart1.Series("Default").SmartLabelStyle.CalloutStyle = LabelCalloutStyle.None
しかし、それは私を助けません…それは私に以下のスクリーンショットのように出力を示していますが。
それを取り除くために私が使用しなければならないプロパティはどれですか?.....。
編集:
PieLabelStyle=Outside
以下のスクリーンショットでわかるように、カスタムプロパティを設定しても違いはありません。
私を助けてください..