14 implementations of ApplyPaletteColorsToPoints
System.Web.DataVisualization (14)
Common\ChartTypes\BarChart.cs (1)
276
public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\BoxPlotChart.cs (1)
167
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\ErrorBarChart.cs (1)
215
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\FastLineChart.cs (1)
175
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\FastPointChart.cs (1)
176
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\FunnelChart.cs (1)
350
virtual public bool
ApplyPaletteColorsToPoints
{ get { return true; } }
Common\ChartTypes\PieChart.cs (1)
239
virtual public bool
ApplyPaletteColorsToPoints
{ get { return true; } }
Common\ChartTypes\PointChart.cs (1)
215
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\RadarChart.cs (1)
191
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\RenkoChart.cs (1)
614
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\StackedBarChart.cs (1)
444
public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\StackedColumnChart.cs (1)
432
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\StockChart.cs (1)
239
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
Common\ChartTypes\ThreeLineBreakChart.cs (1)
609
virtual public bool
ApplyPaletteColorsToPoints
{ get { return false; } }
2 references to ApplyPaletteColorsToPoints
System.Web.DataVisualization (2)
Common\DataManager\DataManager.cs (1)
150
bool paletteColorsInPoints = chartType.
ApplyPaletteColorsToPoints
;
WebForm\ChartWebControl.cs (1)
2889
applyToPoints = chartType.
ApplyPaletteColorsToPoints
;