Version

NumericAxisBase Class Methods

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

Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodDeregisterSeriesDeregisters a series that uses an axis from the axis. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodExportVisualDataExports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodGetItemValueGets a value based on one of the valid member paths for this axis type. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodGetScaledValueGets the scaled viewport value from an unscaled axis value. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodGetUnscaledValueGets the unscaled axis value from an scaled viewport value. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodGetValueLabelGets the label for a data item. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRegisterSeriesRegisters a series that uses an axis with the axis. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodRenderAxisRenders the axis with no animation. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodResetCachedEnhancedIntervalIf using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodScaleValueScales a value from axis space into screen space. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodUnscaleValueUnscales a value from screen space into axis space.  
Public MethodUpdateRangeOverloaded. Updates the axis range. (Inherited from Infragistics.XamarinForms.Controls.Charts.Axis)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.Element)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.Element)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
See Also