Class PivotChartLegend
Represents the legend for PivotChart control.
Implements
Inherited Members
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 |