14 implementations of HundredPercentSupportNegative
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
270
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\BoxPlotChart.cs (1)
184
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\ErrorBarChart.cs (1)
232
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\FastLineChart.cs (1)
192
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\FastPointChart.cs (1)
193
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\FunnelChart.cs (1)
367
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\PieChart.cs (1)
233
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\PointChart.cs (1)
232
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\RadarChart.cs (1)
208
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\RenkoChart.cs (1)
631
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\StackedBarChart.cs (1)
438
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\StackedColumnChart.cs (1)
426
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\StockChart.cs (1)
256
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
626
virtual public bool
HundredPercentSupportNegative
{ get{return false;} }
1 reference to HundredPercentSupportNegative
System.Web.DataVisualization (1)
Common\General\ChartAreaAxes.cs (1)
1453
if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).
HundredPercentSupportNegative
)