WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartAxisStyles.PivotChartAxis - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartAxisStyles.PivotChartAxis

    Implements the functionalities of the pivot chart control's axis title, zooming and interlaced grid interior information.

    Inheritance
    System.Object
    PivotChartAxisStyles.PivotChartAxis
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class PivotChartAxis

    Constructors

    PivotChartAxis(ChartControl)

    Initializes a new instance of the PivotChartAxisStyles.PivotChartAxis class.

    Declaration
    public PivotChartAxis(ChartControl chartControl)
    Parameters
    Type Name Description
    ChartControl chartControl

    Chart

    Properties

    GridLineType

    Gets the attributes of the axis grid lines.

    Declaration
    [ChartTemplate(ChartTemplateSet.Content)]
    public LineInfo GridLineType { get; }
    Property Value
    Type Description
    LineInfo
    Remarks

    Please refer to LineInfo for more information on these attributes and how they can change the appearance of the grid lines.

    InterlacedGrid

    Gets or sets a value indicating whether interlaced grid is enabled.

    Declaration
    public bool InterlacedGrid { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if interlaced grid is enabled; otherwise, false.

    InterlacedGridInterior

    Gets or sets the interlaced grid interior.

    Declaration
    public BrushInfo InterlacedGridInterior { get; set; }
    Property Value
    Type Description
    BrushInfo

    The interlaced grid interior.

    IsVisible

    Gets or sets a value indicating whether this instance is visible.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is visible; otherwise, false.

    LocationType

    Gets or sets the locations types of X and Y axis. See LocationType.

    Declaration
    public ChartAxisLocationType LocationType { get; set; }
    Property Value
    Type Description
    ChartAxisLocationType
    Remarks

    Determines how location of axes is calculated. See LocationType.

    ShowAxisLabelTooltip

    Gets or sets a value indicating whether the tool tip associated with the axis labels are to be rendered.

    Declaration
    public bool ShowAxisLabelTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    Title

    Gets the axis title.

    Declaration
    public PivotChartAxisStyles.AxisTitle Title { get; }
    Property Value
    Type Description
    PivotChartAxisStyles.AxisTitle

    VisibleRange

    Gets the visible range when zoomed.

    Declaration
    public virtual MinMaxInfo VisibleRange { get; }
    Property Value
    Type Description
    MinMaxInfo
    Remarks

    Don't try to change this property manually. The value will be changed if any of related properties is changed.

    ZoomActions

    Gets or sets the zoom actions.

    Declaration
    public ChartZoomingAction ZoomActions { get; set; }
    Property Value
    Type Description
    ChartZoomingAction

    The zoom actions.

    ZoomedRange

    Gets the range that is currently zoomed in.

    Declaration
    [ChartTemplate(ChartTemplateSet.ContentBehavior)]
    public MinMaxInfo ZoomedRange { get; }
    Property Value
    Type Description
    MinMaxInfo

    ZoomFactor

    Gets or sets the factor that is to be used to calculate Zoomed range.

    Declaration
    [ChartTemplate(ChartTemplateSet.SimpleBehavior)]
    public double ZoomFactor { get; set; }
    Property Value
    Type Description
    System.Double

    ZoomPosition

    Gets or sets the minimum value(ZoomPosition) displayed on this axis when zoomed as a fraction of the total range. For example if the total range is 20 and the minimum value currently displayed is 10, the ZoomPosition will be 0.5 (10/20).

    Declaration
    [ChartTemplate(ChartTemplateSet.SimpleBehavior)]
    public double ZoomPosition { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved