5 references to GetCircularChartType
System.Windows.Forms.DataVisualization (5)
Common\General\Axis.cs (1)
1547ICircularChartType chartType = ChartArea.GetCircularChartType();
Common\General\AxisLabels.cs (1)
294 ICircularChartType type = this.ChartArea.GetCircularChartType();
Common\General\ChartArea.cs (1)
2877 ICircularChartType type = this.GetCircularChartType();
Common\General\GridTickMarks.cs (1)
1527 ICircularChartType chartType = this._axis.ChartArea.GetCircularChartType();
Common\General\Label.cs (1)
1173ICircularChartType chartType = this._axis.ChartArea.GetCircularChartType();