2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Interaction Class / IsDefault Property

In This Topic
    IsDefault Property
    In This Topic
    Gets or sets whether the interaction settings are the same as the default interaction settings.
    Syntax
    'Declaration
     
    Public Property IsDefault As System.Boolean
    public System.bool IsDefault {get; set;}
    Remarks

    If the interaction settings are set to their default values, then IsDefault returns true. If the interaction settings are not set to their default values, then IsDefault returns false.

    If IsDefault is explicitly set to true, then the interaction settings are reset to their default values.

    See Also