menu

WinForms

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

    Show / Hide Table of Contents

    Class PivotChartAxisStyles.AxisTitle

    Implements the functionalities of PivotChart's primary axis title styling option.

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

    Constructors

    AxisTitle(ChartControl)

    Initializes a new instance of the PivotChartAxisStyles.AxisTitle class.

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

    ChartControl

    Properties

    Alignment

    Gets or sets the alignment of the axis title.

    Declaration
    public StringAlignment Alignment { get; set; }
    Property Value
    Type
    System.Drawing.StringAlignment

    Color

    Gets or sets the title color that is to be used for text that is rendered in association with the axis (such as axis title).

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    DrawMode

    Gets or sets the title draw mode.

    Declaration
    public ChartTitleDrawMode DrawMode { get; set; }
    Property Value
    Type Description
    ChartTitleDrawMode

    The title draw mode.

    Font

    Gets or sets the title font that is to be used for text that is rendered in association with the axis (such as axis title).

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public Font Font { get; set; }
    Property Value
    Type
    System.Drawing.Font

    Spacing

    Gets or sets the spacing between title and labels.

    Declaration
    public float Spacing { get; set; }
    Property Value
    Type Description
    System.Single

    The spacing.

    Text

    Gets or sets the title of this axis.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved