Class ChartControlActionList
This class contains the action items of ChartControl.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartControlActionList : SyncActionListBase<ChartControl>
Constructors
ChartControlActionList(IComponent)
Initializes a new instance of the ChartControlActionList class.
Declaration
public ChartControlActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The component. |
Properties
AllowGradientPalette
Gets or sets a value indicating whether allow gradient palette. This is duplicate of AllowGradientPalette property.
Declaration
public bool AllowGradientPalette { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AppearanceStyles
Gets or sets the appearance styles.
Declaration
public string AppearanceStyles { get; set; }
Property Value
Type | Description |
---|---|
System.String | The appearance styles. |
AreaBackInterior
Gets or sets the area back interior. This is duplicate of BackInterior property.
Declaration
public BrushInfo AreaBackInterior { get; set; }
Property Value
Type | Description |
---|---|
BrushInfo | The area back interior. |
BackInterior
Gets or sets the back interior. This is duplicate of BackInterior property.
Declaration
public BrushInfo BackInterior { get; set; }
Property Value
Type | Description |
---|---|
BrushInfo | The back interior. |
ChartBackInterior
Gets or sets the chart back interior. This is duplicate of ChartInterior property.
Declaration
public BrushInfo ChartBackInterior { get; set; }
Property Value
Type | Description |
---|---|
BrushInfo | The chart back interior. |
CustomPalette
Gets or sets the custom palette. This is duplicate of CustomPalette property.
Declaration
public Color[] CustomPalette { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color[] | The custom palette. |
LegendAlignment
Gets or sets the legend alignment. This is duplicate of LegendAlignment property.
Declaration
public ChartAlignment LegendAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAlignment | The legend alignment. |
LegendPosition
Gets or sets the legend position. This is duplicate of LegendPosition property.
Declaration
public ChartDock LegendPosition { get; set; }
Property Value
Type | Description |
---|---|
ChartDock | The legend position. |
Palette
Gets or sets the palette. This is duplicate of Palette property.
Declaration
public ChartColorPalette Palette { get; set; }
Property Value
Type | Description |
---|---|
ChartColorPalette | The palette. |
ShowContextMenu
Gets or sets a value indicating whether show the context menu. This is duplicate of ShowContextMenu property.
Declaration
public bool ShowContextMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLegend
Gets or sets a value indicating whether [show legend]. This is duplicate of ShowLegend property.
Declaration
public bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowToolbar
Gets or sets a value indicating whether show the toolbar or not. This is duplicate of ShowToolbar property.
Declaration
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Spacing
Gets or sets the spacing. This is duplicate of Spacing property.
Declaration
public float Spacing { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The spacing. |
Text
Gets or sets the text. This is duplicate of Text property.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TextPosition
Gets or sets the text position. This is duplicate of TextPosition property.
Declaration
public ChartTextPosition TextPosition { get; set; }
Property Value
Type | Description |
---|---|
ChartTextPosition | The text position. |
XAxisTitle
Gets or sets the X axis title. This is duplicate of PrimaryXAxis.Title property.
Declaration
public string XAxisTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The X axis title. |
YAxisTitle
Gets or sets the Y axis title.This is duplicate of PrimaryYAxis.Title property.
Declaration
public string YAxisTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Y axis title. |
Methods
ChartWizard()
Calls the DisplayWizard() method.
Declaration
public void ChartWizard()
LoadTemplate()
Load template and apply it to the current ChartControl.
Declaration
public void LoadTemplate()
ResetTemplate()
Reset template.
Declaration
public void ResetTemplate()
SaveTemplate()
Save template.
Declaration
public void SaveTemplate()