Version 24.2 (latest)

ValueBrushScale Class Properties

For a list of all members of this type, see ValueBrushScale members.

Public Properties
 NameDescription
Public PropertyBrushesGets the brushes collection used by this scale. (Inherited from Infragistics.Controls.Charts.BrushScale)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsLogarithmicGets or sets whether the scale is logarithmic.  
Public PropertyIsReadyOverridden. Checks if the value brush scale is ready for usage in the chart  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
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.  
Protected Properties
 NameDescription
Protected Internal PropertyGlobalMaximumGets or sets global maximum value that will be mapped to MaxumumValue of this scale (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Internal PropertyGlobalMinimumGets or sets global minimum value that will be mapped to MinumumValue of this scale (Inherited from Infragistics.Controls.Charts.BrushScale)
See Also