menu

UWP

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

    Show / Hide Table of Contents

    Class PivotChartLegend

    Represents the legend for PivotChart control.

    Inheritance
    System.Object
    ChartLegend
    PivotChartLegend
    Implements
    ICloneable
    Inherited Members
    ChartLegend.CheckBoxVisibility
    ChartLegend.CheckBoxVisibilityProperty
    ChartLegend.Clone()
    ChartLegend.CornerRadius
    ChartLegend.CornerRadiusProperty
    ChartLegend.DockPosition
    ChartLegend.DockPositionProperty
    ChartLegend.Header
    ChartLegend.HeaderProperty
    ChartLegend.HeaderTemplate
    ChartLegend.HeaderTemplateProperty
    ChartLegend.IconHeight
    ChartLegend.IconHeightProperty
    ChartLegend.IconVisibility
    ChartLegend.IconVisibilityProperty
    ChartLegend.IconWidth
    ChartLegend.IconWidthProperty
    ChartLegend.ItemMargin
    ChartLegend.ItemMarginProperty
    ChartLegend.LegendPosition
    ChartLegend.LegendPositionProperty
    ChartLegend.OffsetX
    ChartLegend.OffsetXProperty
    ChartLegend.OffsetY
    ChartLegend.OffsetYProperty
    ChartLegend.OnPointerExited(PointerRoutedEventArgs)
    ChartLegend.OnPointerMoved(PointerRoutedEventArgs)
    ChartLegend.OnPointerPressed(PointerRoutedEventArgs)
    ChartLegend.Series
    ChartLegend.SeriesProperty
    ChartLegend.ToggleSeriesVisibility
    ChartLegend.ToggleSeriesVisibilityProperty
    Namespace: Syncfusion.UI.Xaml.PivotChart
    Assembly: Syncfusion.SfPivotChart.UWP.dll
    Syntax
    public class PivotChartLegend : ChartLegend, ICloneable

    Constructors

    PivotChartLegend()

    Initializes a new instance of the PivotChartLegend class.

    Declaration
    public PivotChartLegend()

    Fields

    ColumnCountProperty

    Identifies the ColumnCount dependency property.

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

    OrientationProperty

    Identifies the Orientationdependency property

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

    RowCountProperty

    Identifies the RowCount dependency property.

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

    TextOverflowProperty

    Identifies the TextOverflowdependency property

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

    Properties

    ColumnCount

    Gets or sets the column count.

    Declaration
    public int ColumnCount { get; set; }
    Property Value
    Type
    System.Int32

    Orientation

    Gets or sets the orientation of pivot chart legend.

    Declaration
    public ChartOrientation Orientation { get; set; }
    Property Value
    Type
    ChartOrientation

    RowCount

    Gets or sets the row count.

    Declaration
    public int RowCount { get; set; }
    Property Value
    Type
    System.Int32

    TextOverflow

    Gets or sets the TextOverflow

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

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    PrepareContainerForItemOverride(DependencyObject, Object)

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject element
    System.Object item

    Implements

    ICloneable

    Extension Methods

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