14 implementations of StackSign
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
211
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\BoxPlotChart.cs (1)
119
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\ErrorBarChart.cs (1)
167
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\FastLineChart.cs (1)
127
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\FastPointChart.cs (1)
128
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\FunnelChart.cs (1)
302
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\PieChart.cs (1)
174
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\PointChart.cs (1)
167
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\RadarChart.cs (1)
143
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\RenkoChart.cs (1)
566
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\StackedBarChart.cs (1)
379
public bool
StackSign
{ get{ return true;}}
Common\ChartTypes\StackedColumnChart.cs (1)
374
public bool
StackSign
{ get{ return true;}}
Common\ChartTypes\StockChart.cs (1)
191
public bool
StackSign
{ get{ return false;}}
Common\ChartTypes\ThreeLineBreakChart.cs (1)
561
public bool
StackSign
{ get{ return false;}}
4 references to StackSign
System.Web.DataVisualization (4)
Common\DataManager\DataManager.cs (4)
629
if( !chartType.
StackSign
)
675
if (chartType.
StackSign
|| double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex]))
860
if( !chartType.
StackSign
|| double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex]))
911
if (chartType.
StackSign
|| double.IsNaN(this._series[seriesName].Points[pointIndex].YValues[valueIndex]))