Xuni Product Documentation - Xamarin.Forms
ChartAxis Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by ChartAxis.

Public Constructors
 NameDescription
Public ConstructorChartAxis ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActualMaxProperty Identifies the ActualMax bindable property.  
Public Fieldstatic (Shared in Visual Basic)ActualMinProperty Identifies the ActualMin bindable property.  
Public Fieldstatic (Shared in Visual Basic)AxisLineVisibleProperty Identifies the AxisLineVisibl bindable property.  
Public Fieldstatic (Shared in Visual Basic)AxisTypeProperty Identifies the AxisType Bindable property.  
Public Fieldstatic (Shared in Visual Basic)DisplayedRangeProperty Identifies the DisplayedRange bindable property.  
Public Fieldstatic (Shared in Visual Basic)FormatProperty Identifies the Format bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelAngleProperty Identifies the LabelAngleProperty bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelFontAttributesProperty Identifies the LabelFontAttributes bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelFontFamilyProperty Identifies the LabelFontFamily bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelFontSizeProperty Identifies the LabelFontSize bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelsVisibleProperty Identifies the LabelsVisible bindable property.  
Public Fieldstatic (Shared in Visual Basic)LabelTextColorProperty Identifies the LabelTextColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)LineColorProperty Identifies the LineColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)LineWidthProperty Identifies the LineWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)LogBaseProperty Identifies the LogBase bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorGridColorProperty Identifies the MajorGridColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorGridDashesProperty Identifies the MajorGridDashes bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorGridFillProperty Identifies the MajorGridFill bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorGridVisibleProperty Identifies the MajorGridVisible bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorGridWidthProperty Identifies the MajorGridWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorTickColorProperty Identifies the MajorTickColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorTickOverlapProperty Identifies the MajorTickOverlap bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorTickWidthProperty Identifies the MajorTickWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)MajorUnitProperty Identifies the MajorUnit bindable property.  
Public Fieldstatic (Shared in Visual Basic)MaxProperty Identifies the Max bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorGridColorProperty Identifies the MinorGridColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorGridDashesProperty Identifies the MinorGridDashes bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorGridFillProperty Identifies the MinorGridFill bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorGridVisibleProperty Identifies the MinorGridVisible bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorGridWidthProperty Identifies the MinorGridWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorTickColorProperty Identifies the MinorTickColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorTickOverlapProperty Identifies the MinorTickOverlap bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorTickWidthProperty Identifies the MinorTickWidth bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinorUnitProperty Identifies the MinorUnit bindable property.  
Public Fieldstatic (Shared in Visual Basic)MinProperty Identifies the Min bindable property.  
Public Fieldstatic (Shared in Visual Basic)NameProperty Identifies the name bindable property.  
Public Fieldstatic (Shared in Visual Basic)OriginProperty Identifies the Origin bindable property.  
Public Fieldstatic (Shared in Visual Basic)OverlappingLabelsProperty Identifies how to handle overlapping axis labels.  
Public Fieldstatic (Shared in Visual Basic)PositionProperty Identifies the Position bindable property.  
Public Fieldstatic (Shared in Visual Basic)ReversedProperty Identifies the Reversed bindable property.  
Public Fieldstatic (Shared in Visual Basic)ScaleProperty Identifies the Scale bindable property.  
Public Fieldstatic (Shared in Visual Basic)ScrollPositionProperty Identifies the ScrollPosition bindable property.  
Public Fieldstatic (Shared in Visual Basic)TitleFontAttributesProperty Identifies the TitleFontAttributes bindable property.  
Public Fieldstatic (Shared in Visual Basic)TitleFontFamilyProperty Identifies the TitleFontFamily bindable property.  
Public Fieldstatic (Shared in Visual Basic)TitleFontSizeProperty Identifies the TitleFontSize bindable property.  
Public Fieldstatic (Shared in Visual Basic)TitleTextColorProperty Identifies the TitleTextColor bindable property.  
Public Fieldstatic (Shared in Visual Basic)TitleTextProperty Identifies the TitleText bindable property.  
Top
Public Properties
 NameDescription
Public PropertyActualMax Gets the actual axis maximum.  
Public PropertyActualMin Gets the actual axis minimum.  
Public PropertyAxisLineVisible Gets or sets the axis line visible of the axis.  
Public PropertyAxisType Gets the axis type.  
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyDisplayedRange Gets or sets the absolute range of values displayed in the view. Setting this property enables panning.  
Public PropertyFlexChart Gets the FlexChart object that owns this axis  
Public PropertyFormat Gets or sets the format string used for axis labels  
Public PropertyLabelAngle Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90  
Public PropertyLabelFont Gets or sets the label font of the axis.  
Public PropertyLabelFontAttributes ​Gets or sets the label font attributes of the axis..  
Public PropertyLabelFontFamily ​Gets or sets the label font family of the axis..  
Public PropertyLabelFontSize ​Gets or sets the label font size of the axis.  
Public PropertyLabelsVisible Gets or sets the labels visible of the axis.  
Public PropertyLabelTextColor Gets or sets the label text color of the axis.  
Public PropertyLineColor Gets or sets the color of the axis line.  
Public PropertyLineWidth Gets or sets the line width of the axis.  
Public PropertyLogBase ​Gets or sets the logarithmic base of the axis. If the base is not specified the axis uses the normal scale.  
Public PropertyMajorGridColor Gets or sets the color of major grid lines.  
Public PropertyMajorGridDashes Gets major grid dashes pattern  
Public PropertyMajorGridFill Gets or sets the color used to fill the major grid.  
Public PropertyMajorGridVisible Gets or sets visible of major grid.  
Public PropertyMajorGridWidth Gets or sets the thickness of major grid lines.  
Public PropertyMajorTickColor Gets or sets the major tick color.  
Public PropertyMajorTickOverlap Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1. The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.  
Public PropertyMajorTickWidth Gets or sets the major tick thickness.  
Public PropertyMajorUnit Gets or sets the major unit (distance between labels).  
Public PropertyMax Gets or sets the maximum value shown on the axis.  
Public PropertyMin Gets or sets the minimum value shown on the axis.  
Public PropertyMinorGridColor Gets or sets the brush of minor grid lines.  
Public PropertyMinorGridDashes Gets minor grid dashes pattern  
Public PropertyMinorGridFill Gets or sets the color used to fill the minor grid.  
Public PropertyMinorGridVisible Gets or sets visible of minor grid.  
Public PropertyMinorGridWidth Gets or sets the thickness of minor grid lines.  
Public PropertyMinorTickColor Gets or sets the minor tick color.  
Public PropertyMinorTickOverlap Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1. The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.  
Public PropertyMinorTickWidth Gets or sets the minor tick thickness.  
Public PropertyMinorUnit Gets or sets the minor unit (distance between minor tick marks).  
Public PropertyName Gets or sets the axis name.  
Public PropertyOrigin Gets or sets the value at which the axes cross perpendicularly.  
Public PropertyOverlappingLabels Gets or sets how to handle the overlapping labels.  
Public PropertyPosition Gets or sets the enumerated axis position.  
Public PropertyReversed Gets or sets whether the axis is reversed.  
Public PropertyScale Gets or set the scale of axis.  
Public PropertyScrollPosition Gets or sets the current scrolling position of the axis.  
Public PropertyTitleFont Gets or sets the title font of the axis.  
Public PropertyTitleFontAttributes ​Gets or sets the font attributes of the axis..  
Public PropertyTitleFontFamily ​Gets or sets the font family of the axis..  
Public PropertyTitleFontSize ​Gets or sets the font size of the axis.  
Public PropertyTitleText Gets or sets the axis title.  
Public PropertyTitleTextColor Gets or sets the title text color of the axis.  
Top
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodConvert Transforms the point from axis data coordinates to the chart view coordinates.  
Public MethodConvertBack Transforms the point from chart view coordinates to the axis data coordinates.  
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodScrollTo Method that scrolls to a specific position on the axis.  
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Top
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventLabelLoading Occurs when the axis label is loading.  
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Public EventRangeChanged Occurs when the axis range during scroll or zoom.  
Top
See Also

Reference

ChartAxis Class
Xuni.Forms.FlexChart Namespace