Gets or sets whether the interaction settings are the same as the default interaction settings.
[Visual Basic]
Public Property IsDefault As Boolean
[C#]
public bool IsDefault {get;set;}
[Delphi]
public property IsDefault: Boolean read get_IsDefault write set_IsDefault;
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
Interaction Class | Interaction Members | C1.Win.C1Chart Namespace | Interaction Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |