14 implementations of DataPointsInLegend
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
253
public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\BoxPlotChart.cs (1)
154
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\ErrorBarChart.cs (1)
202
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\FastLineChart.cs (1)
162
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\FastPointChart.cs (1)
163
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\FunnelChart.cs (1)
337
virtual public bool
DataPointsInLegend
{ get{ return true;} }
Common\ChartTypes\PieChart.cs (1)
216
virtual public bool
DataPointsInLegend
{ get{ return true;} }
Common\ChartTypes\PointChart.cs (1)
202
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\RadarChart.cs (1)
178
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\RenkoChart.cs (1)
601
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\StackedBarChart.cs (1)
421
public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\StackedColumnChart.cs (1)
409
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\StockChart.cs (1)
226
virtual public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
596
virtual public bool
DataPointsInLegend
{ get{ return false;} }
1 reference to DataPointsInLegend
System.Web.DataVisualization (1)
Common\General\Legend.cs (1)
2131
if(chartType.
DataPointsInLegend
)