Class ChartAxisLabel
Represents an axis label element.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartAxisLabel : Object
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 |
---|
System.Object |
Position
Gets or sets position of Axis Label.
Declaration
public double Position { get; set; }
Property Value
Type |
---|
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 |