2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Style Class / ShouldSerializeAutowrap Method

In This Topic
    ShouldSerializeAutowrap Method
    In This Topic
    Indicates whether the Autowrap has a default value.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeAutowrap() As System.Boolean
    public System.bool ShouldSerializeAutowrap()

    Return Value

    True if the Autowrap has no default value; otherwise, it is false.
    Remarks
    The default state is to inherit the Autowrap from the style of the parent object.
    See Also