Implemented interface member:
property
DataPointsInLegend
System.Web.UI.DataVisualization.Charting.ChartTypes.IChartType.DataPointsInLegend
2 overrides of DataPointsInLegend
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\ColumnChart.cs (1)
132
override public bool
DataPointsInLegend
{ get{ return false;} }
Common\ChartTypes\LineChart.cs (1)
289
public override bool
DataPointsInLegend
{ get{ return false;} }