|
//Set add for chart symbol shapes.
chartSeries.Style.Symbol.Shape = ChartSymbolShape.Circle; |
|
chartSeries.Style.DisplayText = true;
chartSeries.Style.TextOrientation = ChartTextOrientation.UpLeft; |
|
this.chartControl1.Legend.Visible = false; |