Version

ValueBrushScale Class Methods

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

Public Methods
 NameDescription
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
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 MethodGetBrushByRangeSelects a brush from the brush collection by min/max range of values in fill column.  
Public MethodGetBrushByValueSelects a brush from the brush collection by value.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodNotifySeriesNotify attached series about changes to this scale (Inherited from Infragistics.Controls.Charts.BrushScale)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterSeriesRegisters a series with the scale. Under normal circumstances you should not need to call this manually. (Inherited from Infragistics.Controls.Charts.BrushScale)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodUnregisterSeriesUnregisters a series with the scale. Under normal circumstances you should not need to call this manually. (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Methods
 NameDescription
Protected MethodBrushes_CollectionChangedCalled when the members of the brushes collection change. (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Internal MethodEnsureGlobals (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Internal MethodGetInterpolatedBrushReturns an interpolated brush value based on index. (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
Protected MethodPropertyUpdatedOverrideOverridden. When overridden in a derived class, gets called whenever a property value is updated on the scale or owning series. Gives the scale a chance to respond to the various property updates.  
Protected MethodRaisePropertyChangedRaises the property changed and updated events. (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Internal MethodResetGlobalsResets globals to default values (Inherited from Infragistics.Controls.Charts.BrushScale)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected Internal MethodUpdateGlobalsSafely updates GlobalMinimum and GlobalMaximum with range in FillColumn of multiple BubbleSeries that use this scale (Inherited from Infragistics.Controls.Charts.BrushScale)
See Also