menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisRangeStyle - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAxisRangeStyle

    Customize the axis GridLines, TickLines and LabelStyle for specific range.

    Inheritance
    System.Object
    ChartAxisRangeStyle
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartAxisRangeStyle : Element, IThemeElement

    Constructors

    ChartAxisRangeStyle()

    Initializes a new instance of the ChartAxisRangeStyle class.

    Declaration
    public ChartAxisRangeStyle()

    Fields

    EndProperty

    Gets or sets the end range of ChartAxisRangeStyle. This is a bindable property.

    Declaration
    public static readonly BindableProperty EndProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LabelStyleProperty

    Gets or sets the options for customizing the axis labels. This is a bindable property.

    Declaration
    public static readonly BindableProperty LabelStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MajorGridLineStyleProperty

    Gets or sets the options for customizing the major grid lines. This is a bindable property.

    Declaration
    public static readonly BindableProperty MajorGridLineStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MajorTickStyleProperty

    Gets or sets the options for customizing the major tick lines. This is a bindable property.

    Declaration
    public static readonly BindableProperty MajorTickStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MinorGridLineStyleProperty

    Gets or sets the options for customizing the minor grid lines. This is a bindable property.

    Declaration
    public static readonly BindableProperty MinorGridLineStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MinorTickStyleProperty

    Gets or sets the options for customizing the minor tick lines. This is a bindable property.

    Declaration
    public static readonly BindableProperty MinorTickStyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StartProperty

    Gets or sets the start range of ChartAxisRangeStyle. This is a bindable property.

    Declaration
    public static readonly BindableProperty StartProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    End

    Gets or sets the End Range of ChartAxisRangeStyle.

    Declaration
    public object End { get; set; }
    Property Value
    Type
    System.Object

    LabelStyle

    Gets or sets the options for customizing the axis labels. This is a bindable property.

    Declaration
    public ChartAxisLabelStyle LabelStyle { get; set; }
    Property Value
    Type Description
    ChartAxisLabelStyle

    This property takes the ChartAxisLabelStyle as its value.

    MajorGridLineStyle

    Gets or sets the customized style for the major grid line. This is a bindable property.

    Declaration
    public ChartLineStyle MajorGridLineStyle { get; set; }
    Property Value
    Type Description
    ChartLineStyle

    This property takes ChartLineStyle instance as value, which encapsulates the customization properties for major gridlines.

    MajorTickStyle

    Gets or sets the customized style for the major tick lines. This is a bindable property.

    Declaration
    public ChartAxisTickStyle MajorTickStyle { get; set; }
    Property Value
    Type Description
    ChartAxisTickStyle

    This property takes ChartAxisTickStyle instance as value, which encapsulates the customization properties for major ticks.

    MinorGridLineStyle

    Gets or sets the customized style for the minor grid line. This is a bindable property.

    Declaration
    public ChartLineStyle MinorGridLineStyle { get; set; }
    Property Value
    Type Description
    ChartLineStyle

    This property takes ChartLineStyle instance as value, which encapsulates the customization properties for minor gridlines.

    MinorTickStyle

    Gets or sets the customized style for the minor tick lines. This is a bindable property.

    Declaration
    public ChartAxisTickStyle MinorTickStyle { get; set; }
    Property Value
    Type Description
    ChartAxisTickStyle

    This property takes ChartAxisTickStyle instance as value, which encapsulates the customization properties for minor ticks.

    Start

    Gets or sets the Start Range of ChartAxisRangeStyle.

    Declaration
    public object Start { get; set; }
    Property Value
    Type
    System.Object

    Methods

    OnParentSet()

    Declaration
    protected override void OnParentSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved