dotnetCHARTING Send comments on this topic.
SmartPaletteAutoSync Property
See Also 
dotnetCHARTING Namespace > Chart Class : SmartPaletteAutoSync Property


Gets or sets a boolean which controls smart palette synchronization.

Syntax

Visual Basic (Declaration)  
Public Property SmartPaletteAutoSync As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.SmartPaletteAutoSync = value
 
value = instance.SmartPaletteAutoSync
C#  
public bool SmartPaletteAutoSync {get; set;}

See Also