Xuni.Xamarin.FlexChart Namespace : ChartAxis Class |
The following tables list the members exposed by ChartAxis.
Name | Description | |
---|---|---|
![]() | ChartAxis Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | ActualMaxProperty | Identifies the ActualMax bindable property. |
![]() ![]() | ActualMinProperty | Identifies the ActualMin bindable property. |
![]() ![]() | AxisLineVisibleProperty | Identifies the AxisLineVisibl bindable property. |
![]() ![]() | AxisTypeProperty | Identifies the AxisType Bindable property. |
![]() ![]() | DisplayedRangeProperty | Identifies the DisplayedRange bindable property. |
![]() ![]() | FormatProperty | Identifies the Format bindable property. |
![]() ![]() | LabelAngleProperty | Identifies the LabelAngleProperty bindable property. |
![]() ![]() | LabelFontProperty | Identifies the LabelFont bindable property. |
![]() ![]() | LabelsVisibleProperty | Identifies the LabelsVisible bindable property. |
![]() ![]() | LabelTextColorProperty | Identifies the LabelTextColor bindable property. |
![]() ![]() | LineColorProperty | Identifies the LineColor bindable property. |
![]() ![]() | LineWidthProperty | Identifies the LineWidth bindable property. |
![]() ![]() | MajorGridColorProperty | Identifies the MajorGridColor bindable property. |
![]() ![]() | MajorGridFillProperty | Identifies the MajorGridFill bindable property. |
![]() ![]() | MajorGridVisibleProperty | Identifies the MajorGridVisible bindable property. |
![]() ![]() | MajorGridWidthProperty | Identifies the MajorGridWidth bindable property. |
![]() ![]() | MajorTickColorProperty | Identifies the MajorTickColor bindable property. |
![]() ![]() | MajorTickOverlapProperty | Identifies the MajorTickOverlap bindable property. |
![]() ![]() | MajorTickWidthProperty | Identifies the MajorTickWidth bindable property. |
![]() ![]() | MajorUnitProperty | Identifies the MajorUnit bindable property. |
![]() ![]() | MaxProperty | Identifies the Max bindable property. |
![]() ![]() | MinorGridColorProperty | Identifies the MinorGridColor bindable property. |
![]() ![]() | MinorGridFillProperty | Identifies the MinorGridFill bindable property. |
![]() ![]() | MinorGridVisibleProperty | Identifies the MinorGridVisible bindable property. |
![]() ![]() | MinorGridWidthProperty | Identifies the MinorGridWidth bindable property. |
![]() ![]() | MinorTickColorProperty | Identifies the MinorTickColor bindable property. |
![]() ![]() | MinorTickOverlapProperty | Identifies the MinorTickOverlap bindable property. |
![]() ![]() | MinorTickWidthProperty | Identifies the MinorTickWidth bindable property. |
![]() ![]() | MinorUnitProperty | Identifies the MinorUnit bindable property. |
![]() ![]() | MinProperty | Identifies the Min bindable property. |
![]() ![]() | OriginProperty | Identifies the Origin bindable property. |
![]() ![]() | PositionProperty | Identifies the Position bindable property. |
![]() ![]() | ReversedProperty | Identifies the Reversed bindable property. |
![]() ![]() | ScaleProperty | Identifies the Scale bindable property. |
![]() ![]() | ScrollPositionProperty | Identifies the ScrollPosition bindable property. |
![]() ![]() | TitleFontProperty | Identifies the TitleFont bindable property. |
![]() ![]() | TitleTextColorProperty | Identifies the TitleTextColor bindable property. |
![]() ![]() | TitleTextProperty | Identifies the TitleText bindable property. |
Name | Description | |
---|---|---|
![]() | ActualMax | Gets the actual axis maximum. |
![]() | ActualMin | Gets the actual axis minimum. |
![]() | AxisLineVisible | Gets or sets the axis line visible of the axis. |
![]() | AxisType | Gets the axis type. |
![]() | BindingContext | (Inherited from Xamarin.Forms.BindableObject) |
![]() | DisplayedRange | Gets or sets the absolute range of values displayed in the view. Setting this property enables panning. |
![]() | FlexChart | Gets the FlexChart object that owns this axis |
![]() | Format | Gets or sets the format string used for axis labels |
![]() | LabelAngle | Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90 |
![]() | LabelFont | Gets or sets the label font of the axis. |
![]() | LabelsVisible | Gets or sets the labels visible of the axis. |
![]() | LabelTextColor | Gets or sets the label text color of the axis. |
![]() | LineColor | Gets or sets the color of the axis line. |
![]() | LineWidth | Gets or sets the line width of the axis. |
![]() | MajorGridColor | Gets or sets the color of major grid lines. |
![]() | MajorGridFill | Gets or sets the color used to fill the major grid. |
![]() | MajorGridVisible | Gets or sets visible of major grid. |
![]() | MajorGridWidth | Gets or sets the thickness of major grid lines. |
![]() | MajorTickColor | Gets or sets the major tick color. |
![]() | MajorTickOverlap | 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. |
![]() | MajorTickWidth | Gets or sets the major tick thickness. |
![]() | MajorUnit | Gets or sets the major unit (distance between labels). |
![]() | Max | Gets or sets the maximum value shown on the axis. |
![]() | Min | Gets or sets the minimum value shown on the axis. |
![]() | MinorGridColor | Gets or sets the brush of minor grid lines. |
![]() | MinorGridFill | Gets or sets the color used to fill the minor grid. |
![]() | MinorGridVisible | Gets or sets visible of minor grid. |
![]() | MinorGridWidth | Gets or sets the thickness of minor grid lines. |
![]() | MinorTickColor | Gets or sets the minor tick color. |
![]() | MinorTickOverlap | 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. |
![]() | MinorTickWidth | Gets or sets the minor tick thickness. |
![]() | MinorUnit | Gets or sets the minor unit (distance between minor tick marks). |
![]() | Origin | Gets or sets the value at which the axes cross perpendicularly. |
![]() | Position | Gets or sets the enumerated axis position. |
![]() | Reversed | Gets or sets whether the axis is reversed. |
![]() | Scale | Gets or set the scale of axis. |
![]() | ScrollPosition | Gets or sets the current scrolling position of the axis. |
![]() | TitleFont | Gets or sets the title font of the axis. |
![]() | TitleText | Gets or sets the axis title. |
![]() | TitleTextColor | Gets or sets the title text color of the axis. |
Name | Description | |
---|---|---|
![]() | ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
![]() | Convert | Transforms the point from axis data coordinates to the chart view coordinates. |
![]() | ConvertBack | Transforms the point from chart view coordinates to the axis data coordinates. |
![]() | GetValue | (Inherited from Xamarin.Forms.BindableObject) |
![]() | RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) |
![]() | ScrollTo | Method that scrolls to a specific position on the axis. |
![]() | SetBinding | (Inherited from Xamarin.Forms.BindableObject) |
![]() | SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
![]() | ApplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
![]() | OnBindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | OnPropertyChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | OnPropertyChanging | (Inherited from Xamarin.Forms.BindableObject) |
![]() | UnapplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
![]() | BindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | PropertyChanged | (Inherited from Xamarin.Forms.BindableObject) |
![]() | PropertyChanging | (Inherited from Xamarin.Forms.BindableObject) |