menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartAxisRangeStyle

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

    Inheritance
    System.Object
    ChartAxisRangeStyle
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.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 ChartAxisLabelStyle LabelStyle { get; set; }
    Property Value
    Type Description
    ChartAxisLabelStyle

    MajorGridLineStyle

    Gets or sets options for customizing the major gridlines.

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

    MajorTickStyle

    Gets or sets options for customizing the major tick lines.

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

    MinorGridLineStyle

    Gets or sets options for customizing the minor gridline.

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

    MinorTickStyle

    Gets or sets options for customizing the minor tick lines.

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

    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