[]
        
(Showing Draft Content)

C1.Win.C1Chart.Interaction.IsDefault

IsDefault Property

IsDefault

Gets or sets whether the interaction settings are the same as the default interaction settings.

Declaration
public 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