Class SerializablePivotChartLegend
Represents a class that is used to serialize and deserialize the legend property of Pivot Chart control.
Inheritance
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class SerializablePivotChartLegend : Object
Constructors
SerializablePivotChartLegend()
Declaration
public SerializablePivotChartLegend()
Properties
CheckBoxVisibility
Gets or sets a value that determines whether to show/hide CheckBox in legend item.
Declaration
public Visibility CheckBoxVisibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
ColumnCount
Gets or sets the column count.
Declaration
public int ColumnCount { get; set; }
Property Value
Type |
---|
System.Int32 |
DockPosition
Gets or sets the position of the pivot chart legend.
Declaration
public ChartDock DockPosition { get; set; }
Property Value
Type |
---|
ChartDock |
FontSize
Gets or sets font size of the legend.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
Header
Gets or sets the header for the legend.
Declaration
public object Header { get; set; }
Property Value
Type |
---|
System.Object |
Height
Gets or sets the height of the legend.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
HorizontalAlignment
Gets or sets the horizontal alignment for the legend.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.HorizontalAlignment |
HorizontalContentAlignment
Gets or sets the legend content in the horizontal position.
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.HorizontalAlignment |
IconHeight
Gets or sets height of the legend icon.
Declaration
public double IconHeight { get; set; }
Property Value
Type |
---|
System.Double |
IconVisibility
Gets or sets the visibility of the legend icon.
Declaration
public Visibility IconVisibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
IconWidth
Gets or sets width of the legend icon.
Declaration
public double IconWidth { get; set; }
Property Value
Type |
---|
System.Double |
IsHitTestVisible
Gets or sets a value indicating whether legend can be visible or not.
Declaration
public bool IsHitTestVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemMargin
Gets or sets the margin for legend item.
Declaration
public Thickness ItemMargin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
LegendPosition
Gets or sets the legend position.
Declaration
public LegendPosition LegendPosition { get; set; }
Property Value
Type |
---|
LegendPosition |
Margin
Gets or sets the margin of the legend.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
Name
Gets or sets the legend name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
OffsetX
Gets or sets the x-axis value of the left edge of pivot chart legend.
Declaration
public double OffsetX { get; set; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets or sets the y-axis value of the top edge of pivot chart legend.
Declaration
public double OffsetY { get; set; }
Property Value
Type |
---|
System.Double |
Opacity
Gets or sets the opacity of the legend.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Orientation
Gets or sets the orientation of pivot chart legend.
Declaration
public ChartOrientation Orientation { get; set; }
Property Value
Type |
---|
ChartOrientation |
Padding
Gets or sets the padding space of the legend.
Declaration
public Thickness Padding { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
RenderTransformOrigin
Gets or sets the rendered origin point of the legend.
Declaration
public Point RenderTransformOrigin { get; set; }
Property Value
Type |
---|
Windows.Foundation.Point |
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 |
VerticalAlignment
Gets or sets the vertical alignment for the legend.
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.VerticalAlignment |
VerticalContentAlignment
Gets or sets the legend content in the vertical position.
Declaration
public VerticalAlignment VerticalContentAlignment { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.VerticalAlignment |
Visibility
Gets or sets the legend visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
Width
Gets or sets the width of the legend.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |