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