menu

UWP

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

    Show / Hide Table of Contents

    Class PivotChartLabel

    Represents the label in pivot chart axis.

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

    Constructors

    PivotChartLabel()

    Declaration
    public PivotChartLabel()

    Fields

    CaptionProperty

    Identifies the Caption dependency property.

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

    ExpanderStyleProperty

    Identifies the ExpanderStyle dependency property.

    Declaration
    public static DependencyProperty ExpanderStyleProperty
    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

    IsCheckedProperty

    Identifies the IsChecked dependency property.

    Declaration
    public static DependencyProperty IsCheckedProperty
    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

    LabelStyleProperty

    Identifies the LabelStyle dependency property.

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

    OrientationProperty

    Identifies the Orientation dependency property.

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

    VisibilityProperty

    Identifies the Visibility dependency property.

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

    Properties

    Caption

    Gets or sets the caption for pivot chart axis label.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type
    System.String

    ExpandCommand

    Gets or sets the command to be executed while expanding the label.

    Declaration
    public PivotChartCommand ExpandCommand { get; set; }
    Property Value
    Type
    PivotChartCommand

    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 label's expanders.

    GroupLineStroke

    Gets or sets the stroke for group line around pivot chart axis label.

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

    This is applicable only for primary axis label's group line.

    GroupLineStrokeThickness

    Gets or sets the stroke thickness for group line around pivot chart axis label.

    Declaration
    public Thickness GroupLineStrokeThickness { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness
    Remarks

    This is applicable only for primary axis label's group line.

    IsChecked

    Gets or sets a value indicating whether the label expander is expanded.

    Declaration
    public Nullable<bool> IsChecked { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>

    LabelRotationAngle

    Gets or sets the rotation angle for pivot chart axis label.

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

    LabelStyle

    Gets or sets the style for pivot chart axis label.

    Declaration
    public LabelStyle LabelStyle { get; set; }
    Property Value
    Type
    LabelStyle

    Orientation

    Gets or sets the dimension to arrange label element.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.Orientation

    Visibility

    Gets or sets the visibility of pivot chart axis label.

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

    Extension Methods

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