Customizing Chart Elements > Programming ChartStyles > Customizing ChartStyles |
The 2D Chart control enables you to programmatically change the following properties of a ChartStyle object:
· The Fill property, which specifies the pattern, color, and background color inside area, bar, pie and filled radar charts. This property is of type FillStyle.
· The Line property, which defines the line style for the object. This specifies the color, pattern and thickness of lines in plots. This property is of type LineStyle.
· The Symbol property, which defines the symbol style for the object. This specifies the color, size and shape of points in plots. This property is of type SymbolStyle.
· The Slice property, which defines the slice style for the object. This specifies the offset for the exploding pie slices. This property is of type SliceStyle .