menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartControlActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartControlActionList

    This class contains the action items of ChartControl.

    Inheritance
    System.Object
    SyncActionListBase<ChartControl>
    ChartControlActionList
    Inherited Members
    SyncActionListBase<ChartControl>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<ChartControl>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<ChartControl>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<ChartControl>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<ChartControl>.Control
    SyncActionListBase<ChartControl>.GetProperty(String)
    SyncActionListBase<ChartControl>.GetSortedActionItems()
    SyncActionListBase<ChartControl>.GetValue(String)
    SyncActionListBase<ChartControl>.InitializeActionList()
    SyncActionListBase<ChartControl>.SetValue(String, Object)
    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

    true if [allow gradient palette]; otherwise, false.

    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

    true if [show context menu]; otherwise, false.

    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

    true if [show legend]; otherwise, false.

    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

    true if [show toolbar]; otherwise, false.

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved