Version

ValueBrushScale Class Members

The following tables list the members exposed by ValueBrushScale.

Public Constructors
 NameDescription
Public ConstructorValueBrushScale ConstructorCreates a new instance of the ValueBrushScale.  
Public Properties
 NameDescription
Public PropertyBrushesGets or sets the Brushes property. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public PropertyIsLogarithmicGets or sets whether the scale is logarithmic.  
Public PropertyIsReadyGets the status of the scale (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public PropertyLogarithmBaseGets or sets the logarithm base for this scale.  
Public PropertyMaximumValueGets or sets the maximum value for this scale.  
Public PropertyMinimumValueGets or sets the minimum value for this scale.  
Public Methods
 NameDescription
Public MethodGetBrushGets a brush from the brushes collection by index. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
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 BrushScale.Brushes property to its default value. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Public MethodResetIsLogarithmicResets the IsLogarithmic property to its default value.  
Public MethodResetLogarithmBaseResets the LogarithmBase property to its default value.  
Public MethodResetMaximumValueResets the MaximumValue property to its default value.  
Public MethodResetMinimumValueResets the MinimumValue property to its default value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the BrushScale.PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodOnPropertyUpdatedUsed to invoke the BrushScale.PropertyUpdated event. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodShouldSerializeBrushesIndicates if the BrushScale.Brushes property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.BrushScale)
Protected MethodShouldSerializeIsLogarithmicIndicates if the IsLogarithmic property needs to be serialized.  
Protected MethodShouldSerializeLogarithmBaseIndicates if the LogarithmBase property needs to be serialized.  
Protected MethodShouldSerializeMaximumValueIndicates if the MaximumValue property needs to be serialized.  
Protected MethodShouldSerializeMinimumValueIndicates if the MinimumValue 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