Version

CustomPaletteBrushScale Class Members

The following tables list the members exposed by CustomPaletteBrushScale.

Public Constructors
 NameDescription
Public ConstructorCustomPaletteBrushScale ConstructorCreates a new instance of the CustomPaletteBrushScale.  
Public Properties
 NameDescription
Public PropertyBrushesGets or sets the Brushes property. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public PropertyBrushSelectionModeGets or sets the brush selection mode.  
Public PropertyIsReadyGets the status of the scale (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public Methods
 NameDescription
Public MethodGetBrushOverloaded. Returns calculated brush for the given index.  
Public MethodNotifySeriesNotify attached series about changes to this scale (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public MethodResetOverridden. Resets all the properties to their default values  
Public MethodResetBrushesResets the Brushes property to its default value. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public MethodResetBrushSelectionModeResets the BrushSelectionMode property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodOnPropertyUpdatedUsed to invoke the PropertyUpdated event. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodShouldSerializeBrushesIndicates if the Brushes property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodShouldSerializeBrushSelectionModeIndicates if the BrushSelectionMode property needs to be serialized.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
See Also