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 the brushes collection used by this scale. (Inherited from Infragistics.Controls.Charts.BrushScale)
Public PropertyIsLogarithmicGets or sets whether the scale is logarithmic.  
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.Controls.Charts.BrushScale)
Public MethodGetBrushByIndexSelects a brush from the brush collection by index.  
Public MethodGetBrushByValueSelects a brush from the brush collection by value.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected MethodOnPropertyUpdatedUsed to invoke the BrushScale.PropertyUpdated event. (Inherited from Infragistics.Controls.Charts.BrushScale)
Public Events
 NameDescription
Public EventPropertyChangedInvoked when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.BrushScale)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Controls.Charts.BrushScale)
See Also