Class ChartAppearanceSettings
Represents the Chart Appearance settings.
Inheritance
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class ChartAppearanceSettings : Object
Constructors
ChartAppearanceSettings()
Initializes a new instance of the ChartAppearanceSettings class.
Declaration
public ChartAppearanceSettings()
Properties
ChartColorPalette
Gets or sets the chart color palette.
Declaration
public string ChartColorPalette { get; set; }
Property Value
Type | Description |
---|---|
System.String | The chart color palette. |
ChartType
Gets or sets the type of the chart.
Declaration
public string ChartType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the chart. |
LegendDockPosition
Gets or sets the legend dock position.
Declaration
public string LegendDockPosition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The legend dock position. |
ShowLegend
Gets or sets a value indicating whether [show legend].
Declaration
public bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLegendCheckbox
Gets or sets a value indicating whether [show legend checkbox].
Declaration
public bool ShowLegendCheckbox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLegendIcon
Gets or sets a value indicating whether [show legend icon].
Declaration
public bool ShowLegendIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowProcessingBar
Gets or sets a value indicating whether [show processing bar].
Declaration
public bool ShowProcessingBar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSeriesTooltip
Gets or sets a value indicating whether [show series tooltip].
Declaration
public bool ShowSeriesTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|