In This Topic
The Style class is used to describe the appearance of various elements of the chart, including the chart itself, the ChartArea, the Legend, the Header, the Footer and Labels. Typically, an object’s style and/or one or more of its properties are inherited the object’s parent style or its default style. All Style properties have an associated Reset Method that restores the style property inheritance state.
Object Model
Syntax
'Declaration
Public Class Style
Inheritance Hierarchy
System.Object
C1.Win.C1Chart.Style
See Also