The following tables list the members exposed by Axis.
Name | Description | |
---|---|---|
ActualMajorStroke | Gets or sets the ActualMajorStroke property. | |
ActualMinorStroke | Gets or sets the ActualMinorStroke property. | |
ActualStroke | Gets or sets the effective stroke used for the axis. | |
Annotations | Gets the current annotations for the axis. | |
AutomationId | (Inherited from Xamarin.Forms.Element) | |
BindingContext | (Inherited from Xamarin.Forms.BindableObject) | |
ClassId | (Inherited from Xamarin.Forms.Element) | |
CrossingAxis | Gets or sets the CrossingAxis property. | |
CrossingValue | Gets or sets the CrossingValue property. | |
Dispatcher | (Inherited from Xamarin.Forms.BindableObject) | |
Effects | (Inherited from Xamarin.Forms.Element) | |
EnhancedIntervalMinimumCharacters | Gets or sets the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels. | |
Id | (Inherited from Xamarin.Forms.Element) | |
IsAngular | Gets if the current axis is of angular axis type | |
IsCategory | Gets or sets if the current axis is of category axis type | |
IsCategoryDateTime | Gets if the current axis is of category date time axis type | |
IsContinuous | Gets if the current axis is a continuous rather than a discrete scale | |
IsDateTime | Gets or sets if the current axis is of date time axis type | |
IsDisabled | Gets or sets the IsDisabled property. If true, the axis will not be rendered. | |
IsInverted | Gets or sets the IsInverted property. | |
IsNumeric | Gets or sets if the current axis is of numeric axis type | |
IsPiecewise | Gets or sets if the axis is a piecewise scaling function. | |
IsRadial | Gets or sets if the current axis is of radial axis type | |
IsSorting | Gets or sets if the current axis is sorting data items | |
IsVertical | Gets if the current axis is a vertical axis. | |
Label | Gets or sets the axis label format string. | |
LabelAngle | Gets or sets the angle of the axis labels. | |
LabelBottomMargin | Margin applied below the axis labels. | |
LabelExtent | Distance between the axis and the edge of the control. | |
LabelFontAttributes | Returns or sets the font style for the axis labels. | |
LabelFontFamily | Returns or sets the font family for the axis labels. | |
LabelFontSize | Returns or sets the font size for the axis labels. | |
LabelHorizontalAlignment | Gets or sets the horizontal alignment of the axis labels. | |
LabelLeftMargin | Margin applied to the left of the axis labels. | |
LabelLocation | Gets or sets the location of the axis labels. | |
LabelRightMargin | Margin applied to the right of the axis labels. | |
LabelShowFirstLabel | Gets or sets whether the first label is displayed when the zoom level is set to 1. | |
LabelTextColor | The color of the axis labels. | |
LabelTopMargin | Margin applied above the axis labels. | |
LabelVerticalAlignment | Gets or sets the vertical alignment of the axis labels. | |
LabelVisibility | Gets or sets the visibility of the axis labels. | |
MajorStroke | Gets or sets the MajorStroke property. | |
MajorStrokeThickness | Gets or sets the MajorStrokeThickness property. | |
MinorStroke | Gets or sets the MinorStroke property. | |
MinorStrokeThickness | Gets or sets the MinorStrokeThickness property. | |
Parent | (Inherited from Xamarin.Forms.Element) | |
SeriesViewer | Gets the ChartArea for the current Axis object. | |
Strip | Gets or sets the Strip property. | |
Stroke | Gets or sets the Stroke property. | |
StrokeThickness | Gets or sets the StrokeThickness property. | |
StyleId | (Inherited from Xamarin.Forms.Element) | |
TickLength | Gets or sets the TickLength property. | |
TickStroke | Gets or sets the TickStroke property. | |
TickStrokeThickness | Gets or sets the TickStrokeThickness property. | |
Title | Gets or sets the Title property. | |
TitleAngle | Gets or sets the angle of the axis title. | |
TitleBottomMargin | Margin applied below the axis title. | |
TitleFontAttributes | Returns or sets the font style for the axis title. | |
TitleFontFamily | Returns or sets the font family for the axis title. | |
TitleFontSize | Returns or sets the font size for the axis title. | |
TitleHorizontalAlignment | Gets or sets the horizontal alignment of the axis title. | |
TitleLeftMargin | Margin applied to the left of the axis title. | |
TitleLocation | Gets or sets the location of the axis title. | |
TitlePosition | Gets or sets the title position relative to the axis labels. | |
TitleRightMargin | Margin applied to the right of the axis title. | |
TitleShowFirstLabel | Gets or sets whether the first label is displayed when the zoom level is set to 1. | |
TitleTextColor | The color of the axis title. | |
TitleTopMargin | Margin applied above the axis title. | |
TitleVerticalAlignment | Gets or sets the vertical alignment of the axis title. | |
TitleVisibility | Gets or sets the visibility of the axis title. | |
UseEnhancedIntervalManagement | Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
CoerceValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
DeregisterSeries | Deregisters a series that uses an axis from the axis. | |
ExportVisualData | Exports visual information about the series for use by external tools and functionality. | |
FindByName | (Inherited from Xamarin.Forms.Element) | |
GetItemValue | Gets a value based on one of the valid member paths for this axis type. | |
GetScaledValue | Gets the scaled viewport value from an unscaled axis value. | |
GetUnscaledValue | Gets the unscaled axis value from an scaled viewport value. | |
GetValue | (Inherited from Xamarin.Forms.BindableObject) | |
GetValueLabel | Gets the label for a data item. | |
IsSet | (Inherited from Xamarin.Forms.BindableObject) | |
RegisterSeries | Registers a series that uses an axis with the axis. | |
RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) | |
RemoveDynamicResource | (Inherited from Xamarin.Forms.Element) | |
RenderAxis | Renders the axis with no animation. | |
ResetCachedEnhancedInterval | If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels. | |
ScaleValue | Scales a value from axis space into screen space. | |
SetBinding | (Inherited from Xamarin.Forms.BindableObject) | |
SetDynamicResource | (Inherited from Xamarin.Forms.Element) | |
SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
UpdateRange | Overloaded. Updates the axis range. |
Name | Description | |
---|---|---|
ApplyBindings | (Inherited from Xamarin.Forms.BindableObject) | |
OnBindingContextChanged | Called when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnChildAdded | (Inherited from Xamarin.Forms.Element) | |
OnChildRemoved | (Inherited from Xamarin.Forms.Element) | |
OnParentSet | Called when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnPropertyChanged | Invoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnPropertyChanging | (Inherited from Xamarin.Forms.BindableObject) | |
UnapplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
BindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) | |
ChildAdded | (Inherited from Xamarin.Forms.Element) | |
ChildRemoved | (Inherited from Xamarin.Forms.Element) | |
DescendantAdded | (Inherited from Xamarin.Forms.Element) | |
DescendantRemoved | (Inherited from Xamarin.Forms.Element) | |
FormatLabel | Event raised for the purpose of determining the text of each label. | |
PropertyChanged | (Inherited from Xamarin.Forms.BindableObject) | |
PropertyChanging | (Inherited from Xamarin.Forms.BindableObject) | |
RangeChanged | Occurs when the axis range changes. | |
RenderRequested | This event is raised every time a render has been requested from a series. |