Class ChartControlDesigner
This is a designer for the ChartControl control.
Inheritance
Namespace: Syncfusion.Windows.Forms.Chart.Design
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartControlDesigner : ControlDesigner
Constructors
ChartControlDesigner()
Initializes a new instance of the ChartControlDesigner class.
Declaration
public ChartControlDesigner()
Fields
c_autoShowWizardRegistryKey
Store auto show key name in registry.
Declaration
public const string c_autoShowWizardRegistryKey = "AutoShowWizard"
Field Value
Type |
---|
System.String |
c_registryPath
Store default path to keys of the chart control.
Declaration
public const string c_registryPath = "Software\\Syncfusion\\Essential Suite\\Chart"
Field Value
Type |
---|
System.String |
Properties
AutoRunWizard
Gets or sets a value indicating whether auto run wizard.
Declaration
public static bool AutoRunWizard { get; set; }
Property Value
Type |
---|
System.Boolean |
ChartControl
Gets the ChartControl.
Declaration
public ChartControl ChartControl { get; }
Property Value
Type |
---|
ChartControl |
InstallPath
Gets the install path.
Declaration
public static string InstallPath { get; }
Property Value
Type | Description |
---|---|
System.String | The install path. |
RegistryPath
Gets the registry path.
Declaration
public static string RegistryPath { get; }
Property Value
Type | Description |
---|---|
System.String | The registry path. |
Verbs
The designer verbs collection.
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerVerbCollection |
Methods
Dispose(Boolean)
Overrides Dispose. Here we remove our handler for the selection changed event. With designers, it is critical that they clean up any events they have attached. Otherwise, during the course of an editing session many designers may get created and never destroyed.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
HandleChartWizard(Object, EventArgs)
Called when the Wizard verb is selected.
Declaration
public void HandleChartWizard(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | A sender of event. |
System.EventArgs | e | Argument. |
OnSetComponentDefaults()
Called when the designer is initialized.
Declaration
[Obsolete("This method is not used anymore")]
public override void OnSetComponentDefaults()