menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartAxisStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotChartAxisStyle

    Represents the style for pivot chart axis in Pivot Chart control.

    Inheritance
    System.Object
    PivotChartAxisStyle
    Namespace: Syncfusion.UI.Xaml.PivotChart
    Assembly: Syncfusion.SfPivotChart.UWP.dll
    Syntax
    public sealed class PivotChartAxisStyle : DependencyObject

    Constructors

    PivotChartAxisStyle()

    Declaration
    public PivotChartAxisStyle()

    Fields

    ExpanderStyleProperty

    Identifies the ExpanderStyle dependency property.

    Declaration
    public static DependencyProperty ExpanderStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GridLineStyleProperty

    Identifies the GridLineStyle dependency property.

    Declaration
    public static DependencyProperty GridLineStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupLineStrokeProperty

    Identifies the GroupLineStroke dependency property.

    Declaration
    public static DependencyProperty GroupLineStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GroupLineStrokeThicknessProperty

    Identifies the GroupLineStrokeThickness dependency property.

    Declaration
    public static DependencyProperty GroupLineStrokeThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelFontFamilyProperty

    Identifies the LabelFontFamily dependency property.

    Declaration
    public static DependencyProperty LabelFontFamilyProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelFontSizeProperty

    Identifies the LabelFontSize dependency property.

    Declaration
    public static DependencyProperty LabelFontSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelFontWeightProperty

    Identifies the Syncfusion.UI.Xaml.PivotChart.PivotChartAxisStyle.LabelFontWeight dependency property.

    Declaration
    public static DependencyProperty LabelFontWeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelForegroundProperty

    Identifies the LabelForeground dependency property.

    Declaration
    public static DependencyProperty LabelForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelFormatProperty

    Identifies the LabelFormat dependency property.

    Declaration
    public static DependencyProperty LabelFormatProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelRotationAngleProperty

    Identifies the LabelRotationAngle dependency property.

    Declaration
    public static DependencyProperty LabelRotationAngleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ExpanderStyle

    Gets or sets the style for expanders.

    Declaration
    public Style ExpanderStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style
    Remarks

    This is applicable only for primary axis.

    GridLineStyle

    Gets or sets the style for major grid lines.

    Declaration
    public Style GridLineStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    GroupLineStroke

    Gets or sets the stroke of group line around axis labels.

    Declaration
    public Brush GroupLineStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush
    Remarks

    This is applicable only for primary axis.

    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
    Remarks

    This is applicable only for primary axis.

    LabelFontFamily

    Gets or sets the font family of axis labels.

    Declaration
    public FontFamily LabelFontFamily { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.FontFamily

    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 SolidColorBrush LabelForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.SolidColorBrush

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved