menu

UWP

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

    Show / Hide Table of Contents

    Class SerializablePivotChartAdornmentsInfo

    Represents a class that is used to serialize and deserialize the adornments info property of Pivot Chart control.

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

    Constructors

    SerializablePivotChartAdornmentsInfo()

    Declaration
    public SerializablePivotChartAdornmentsInfo()

    Properties

    AdornmentsPosition

    Gets or sets the position of the adornments.

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

    ConnectorHeight

    Gets or sets the connector line height of the adornment.

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

    ConnectorRotationAngle

    Gets or sets the rotation angle for the connector line.

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

    FontSize

    Gets or sets the font size for the label.

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

    HighlightOnSelection

    Gets or sets a value indicating to enable the selection for the adornments.

    Declaration
    public bool HighlightOnSelection { get; set; }
    Property Value
    Type
    System.Boolean

    HorizontalAlignment

    Gets or sets the horizontal alignment for the label.

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

    LabelPosition

    Gets or sets the label position for the adornment.

    Declaration
    public AdornmentsLabelPosition LabelPosition { get; set; }
    Property Value
    Type
    AdornmentsLabelPosition

    LabelRotationAngle

    Gets or sets the rotation angle to the adornment label content.

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

    SegmentLabelContent

    Gets or sets the actual label content to be displayed as adornment.

    Declaration
    public LabelContent SegmentLabelContent { get; set; }
    Property Value
    Type
    LabelContent

    SegmentLabelFormat

    Gets or sets the string formatting for the adornment labels.

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

    ShowConnectorLine

    Gets or sets a value that determines whether to show or hide the connector line.

    Declaration
    public bool ShowConnectorLine { get; set; }
    Property Value
    Type
    System.Boolean

    ShowLabel

    Gets or sets a value that indicates whether to show or hide the adornment label.

    Declaration
    public bool ShowLabel { get; set; }
    Property Value
    Type
    System.Boolean

    ShowMarker

    Gets or sets a value that indicates whether to show or hide the marker symbol.

    Declaration
    public bool ShowMarker { get; set; }
    Property Value
    Type
    System.Boolean

    Symbol

    Gets or sets the adornment symbol.

    Declaration
    public ChartSymbol Symbol { get; set; }
    Property Value
    Type
    ChartSymbol

    SymbolHeight

    Gets or sets the height of the adornment symbol.

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

    SymbolWidth

    Gets or sets the width of the adornment symbol.

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

    UseSeriesPalette

    Gets or sets a value indicating whether the adornment should reflect the series interior.

    Declaration
    public bool UseSeriesPalette { get; set; }
    Property Value
    Type
    System.Boolean

    VerticalAlignment

    Gets or sets the vertical alignment for the label.

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

    Extension Methods

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