Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAxisRangeStyle

    Show / Hide Table of Contents

    Class ChartAxisRangeStyle

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

    Inheritance
    System.Object
    ChartAxisRangeStyle
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartAxisRangeStyle : Object

    Constructors

    ChartAxisRangeStyle()

    Declaration
    public ChartAxisRangeStyle()

    Properties

    End

    Gets or sets the end range for customizing the axis style.

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

    LabelStyle

    Gets or sets options for customizing the axis labels.

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

    MajorGridLineStyle

    Gets or sets options for customizing the major gridlines.

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

    MajorTickStyle

    Gets or sets options for customizing the major tick lines.

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

    MinorGridLineStyle

    Gets or sets options for customizing the minor gridline.

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

    MinorTickStyle

    Gets or sets options for customizing the minor tick lines.

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

    Start

    Gets or sets the start range for customizing the axis style.

    Declaration
    public object Start { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved