Class SerializablePivotChart
Represents a class that is used to serialize and deserialize SfPivotChart properties.
Inheritance
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class SerializablePivotChart : Object
  Constructors
SerializablePivotChart()
Declaration
public SerializablePivotChart()
  Properties
AdornmentsInfo
Gets or sets the data labels for the chart series.
This allows us to customize the appearance of a data point by displaying labels, shapes and connector lines.
Declaration
public SerializablePivotChartAdornmentsInfo AdornmentsInfo { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartAdornmentsInfo | 
AnimationDuration
Gets or sets the duration for animation.
Declaration
public string AnimationDuration { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Annotations
Gets or sets the collection of SerializablePivotChartAnnotation instances.
Declaration
public SerializablePivotChartAnnotationCollection Annotations { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartAnnotationCollection | 
ChartType
Gets or sets the chart type to plot data.
Declaration
public PivotChartType ChartType { get; set; }
  Property Value
| Type | 
|---|
| PivotChartType | 
ChartVisualStyle
Gets or sets the visual style for pivot chart.
Declaration
public PivotChartVisualStyle ChartVisualStyle { get; set; }
  Property Value
| Type | 
|---|
| PivotChartVisualStyle | 
ColorPalette
Gets or sets the chart color palette.
Declaration
public PivotChartColorPalette ColorPalette { get; set; }
  Property Value
| Type | 
|---|
| PivotChartColorPalette | 
EnableAnimation
Gets or sets a value indicating whether pivot chart animation is enabled.
Declaration
public bool EnableAnimation { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
EnableAntiAliasing
Gets or sets a value indicating whether to enable the anti aliasing for the fast bitmap series, to draw smooth edges.
Declaration
public bool EnableAntiAliasing { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Remarks
This is applicable only for FastLineBitmap chart and FastStepLineBitmap chart.
EnableAutoExecute
Gets or sets whether the elements will automatically execute the query.
Declaration
public bool EnableAutoExecute { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
FlowDirection
Gets or sets flow direction of the Pivot Grid control.
Declaration
public FlowDirection FlowDirection { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.FlowDirection | 
HiddenGroups
Gets or sets the collection of PivotCellInfo of PivotEngine when performing the drill- down operation If we are using Relational DataSource
Declaration
public Dictionary<int, PivotCellInfo> HiddenGroups { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.Generic.Dictionary<System.Int32, PivotCellInfo> | 
Legend
Gets or sets the legend that identifies chart series elements.
Declaration
public SerializablePivotChartLegend Legend { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartLegend | 
PivotAxis
Gets or sets the collection of PivotRows when using relational data source
Declaration
public ObservableCollection<PivotItem> PivotAxis { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<PivotItem> | 
PivotCalculations
Gets the collection of PivotCalculations when using relational data source.
Declaration
public ObservableCollection<PivotComputationInfo> PivotCalculations { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<PivotComputationInfo> | 
PivotLegend
Gets or sets the collection of PivotColumns when using the relational data source.
Declaration
public ObservableCollection<PivotItem> PivotLegend { get; set; }
  Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<PivotItem> | 
PrimaryAxisStyle
Gets or sets the style for primary axis.
Declaration
public SerializablePivotChartAxisStyle PrimaryAxisStyle { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartAxisStyle | 
ScatterHeight
Gets or sets the height of scatter segments.
Declaration
public int ScatterHeight { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Remarks
This is applicable only for FastScatterBitmap chart and Scatter chart
ScatterWidth
Gets or sets the width of scatter segments.
Declaration
public int ScatterWidth { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Remarks
This is applicable only for FastScatterBitmap chart and Scatter chart
SecondaryAxisStyle
Gets or sets the style for secondary axis.
Declaration
public SerializablePivotChartAxisStyle SecondaryAxisStyle { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartAxisStyle | 
ShowProcessingBar
Gets or sets a value indicating whether the progressing bar should be shown.
Declaration
public bool ShowProcessingBar { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
ShowToolTip
Gets or sets a value indicating whether the tooltip should be shown on series.
Declaration
public bool ShowToolTip { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Watermark
Gets or sets the watermark content for Pivot Chart control.
Declaration
public SerializablePivotChartWatermark Watermark { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartWatermark | 
ZoomPanBehavior
Gets or sets the operations of zooming and panning over Pivot Chart control.
Declaration
public SerializablePivotChartZoomPanBehavior ZoomPanBehavior { get; set; }
  Property Value
| Type | 
|---|
| SerializablePivotChartZoomPanBehavior |