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 Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)IsLogarithmicPropertyIdentifies the IsLogarithmic bindable property.  
Public Fieldstatic (Shared in Visual Basic)LogarithmBasePropertyIdentifies the LogarithmBase bindable property.  
Public Fieldstatic (Shared in Visual Basic)MaximumValuePropertyIdentifies the MaximumValue bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinimumValuePropertyIdentifies the MinimumValue bindable property.  
Public Properties
 NameDescription
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBrushesGets the brushes collection used by this scale. (Inherited from Infragistics.XamarinForms.Controls.Charts.BrushScale)
Public PropertyDispatcher (Inherited from Xamarin.Forms.BindableObject)
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 MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetBrushGets a brush from the brushes collection by index. (Inherited from Infragistics.XamarinForms.Controls.Charts.BrushScale)
Public MethodGetBrushByIndexSelects a brush from the brush collection by index.  
Public MethodGetBrushByValueSelects a brush from the brush collection by value.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.BindableBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.XamarinForms.Controls.Charts.BrushScale)
See Also