Class SerializablePivotChartAxisStyle
Represents a class that is used to serialize and deserialize the axis style property of Pivot Chart control.
Inheritance
System.Object
    SerializablePivotChartAxisStyle
  Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class SerializablePivotChartAxisStyle : Object
  Constructors
SerializablePivotChartAxisStyle()
Declaration
public SerializablePivotChartAxisStyle()
  Properties
GroupLineStroke
Gets or sets the stroke of group line around axis labels.
Declaration
public string GroupLineStroke { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
GroupLineStrokeThickness
Gets or sets the stroke thickness for group line around axis labels.
Declaration
public Thickness GroupLineStrokeThickness { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Thickness | 
LabelFontFamily
Gets or sets the font family of axis labels.
Declaration
public string LabelFontFamily { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
LabelFontSize
Gets or sets the font size of axis labels.
Declaration
public double LabelFontSize { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
LabelForeground
Gets or sets the foreground of axis labels.
Declaration
public string LabelForeground { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
LabelFormat
Gets or sets the format for formatting axis labels.
Declaration
public string LabelFormat { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
LabelRotationAngle
Gets or sets the rotation angle for axis labels.
Declaration
public double LabelRotationAngle { get; set; }
  Property Value
| Type | 
|---|
| System.Double |