2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Style Class
Members

In This Topic
    Style Class
    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
    Style Class
    Syntax
    'Declaration
     
    Public Class Style 
    public class Style 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Chart.Style

    See Also