1 implementation of ICircularChartType
System.Web.DataVisualization (1)
Common\ChartTypes\RadarChart.cs (1)
83 internal class RadarChart : IChartType, ICircularChartType
8 references to ICircularChartType
System.Web.DataVisualization (8)
Common\General\Axis.cs (1)
1547ICircularChartType chartType = ChartArea.GetCircularChartType();
Common\General\AxisLabels.cs (1)
294 ICircularChartType type = this.ChartArea.GetCircularChartType();
Common\General\ChartArea.cs (4)
2535 internal ICircularChartType GetCircularChartType() 2542 ICircularChartType type = Common.ChartTypeRegistry.GetChartType(series.ChartTypeName) as ICircularChartType;; 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();