menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartAxisRangeStyle

    Represents the ChartAxisRangeStyle class to customize the axis GridLines, TickLines and LabelStyle for specific region.

    Inheritance
    System.Object
    ChartAxisRangeStyle
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAxisRangeStyle : DependencyObject

    Constructors

    ChartAxisRangeStyle()

    Declaration
    public ChartAxisRangeStyle()

    Fields

    EndProperty

    The DependencyProperty for End property.

    Declaration
    public static readonly DependencyProperty EndProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    LabelStyleProperty

    The DependencyProperty for LabelStyle property.

    Declaration
    public static readonly DependencyProperty LabelStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MajorGridLineStyleProperty

    The DependencyProperty for MajorGridLineStyle property.

    Declaration
    public static readonly DependencyProperty MajorGridLineStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MajorTickLineStyleProperty

    The DependencyProperty for MajorTickLineStyle property.

    Declaration
    public static readonly DependencyProperty MajorTickLineStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MinorGridLineStyleProperty

    The DependencyProperty for MinorGridLineStyle property.

    Declaration
    public static readonly DependencyProperty MinorGridLineStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MinorTickLineStyleProperty

    The DependencyProperty for MinorTickLineStyle property.

    Declaration
    public static readonly DependencyProperty MinorTickLineStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartProperty

    The DependencyProperty for Start property.

    Declaration
    public static readonly DependencyProperty StartProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    End

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

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

    LabelStyle

    Gets or sets options for customizing the axis labels.

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

    MajorGridLineStyle

    Gets or sets options for customizing the major gridlines.

    Declaration
    public Style MajorGridLineStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    MajorTickLineStyle

    Gets or sets options for customizing the major tick lines.

    Declaration
    public Style MajorTickLineStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    MinorGridLineStyle

    Gets or sets options for customizing the minor gridline.

    Declaration
    public Style MinorGridLineStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    MinorTickLineStyle

    Gets or sets options for customizing the minor tick lines.

    Declaration
    public Style MinorTickLineStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    Start

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

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