WPF

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

    Show / Hide Table of Contents

    Class ChartAxisLabel

    Represents an axis label element.

    Inheritance
    System.Object
    ChartAxisLabel
    DateTimeAxisLabel
    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.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAxisLabel

    Constructors

    ChartAxisLabel()

    Constructor

    Declaration
    public ChartAxisLabel()

    ChartAxisLabel(Double, Object)

    Called when instance created for ChartAxisLabel with following arguments

    Declaration
    public ChartAxisLabel(double position, object labelContent)
    Parameters
    Type Name Description
    System.Double position
    System.Object labelContent

    ChartAxisLabel(Double, Object, Double)

    Called when instance created for ChartAxisLabel with following arguments

    Declaration
    public ChartAxisLabel(double position, object labelContent, double actualValue)
    Parameters
    Type Name Description
    System.Double position
    System.Object labelContent
    System.Double actualValue

    Properties

    LabelContent

    Gets or sets content of Axis Label.

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

    Position

    Gets or sets position of Axis Label.

    Declaration
    public double Position { get; set; }
    Property Value
    Type Description
    System.Double

    PostfixLabelTemplate

    Gets or sets PostfixLabelTemplate of Axis Label.

    Declaration
    public DataTemplate PostfixLabelTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    System.Windows.DataTemplate

    PrefixLabelTemplate

    Gets or sets PrefixLabelTemplate of Axis Label.

    Declaration
    public DataTemplate PrefixLabelTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    System.Windows.DataTemplate

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved