14 implementations of HundredPercent
System.Windows.Forms.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
264 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\BoxPlotChart.cs (1)
178 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\ErrorBarChart.cs (1)
226 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\FastLineChart.cs (1)
186 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\FastPointChart.cs (1)
187 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\FunnelChart.cs (1)
361 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\PieChart.cs (1)
227 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\PointChart.cs (1)
226 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\RadarChart.cs (1)
202 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\RenkoChart.cs (1)
625 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\StackedBarChart.cs (1)
432 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\StackedColumnChart.cs (1)
420 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\StockChart.cs (1)
250 virtual public bool HundredPercent{ get{return false;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
620 virtual public bool HundredPercent{ get{return false;} }
1 reference to HundredPercent
System.Windows.Forms.DataVisualization (1)
Common\General\ChartAreaAxes.cs (1)
1451 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).HundredPercent )