Class ChartTemplateWizard
This dialog is used for preview the ChartTemplate.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public class ChartTemplateWizard : Office2007Form
Constructors
ChartTemplateWizard()
Initializes a new instance of the ChartTemplateWizard class.
Declaration
public ChartTemplateWizard()
Properties
Template
Gets or sets the instance of ChartTemplate.
Declaration
public ChartTemplate Template { get; set; }
Property Value
Type |
---|
ChartTemplate |
TemplateDirectory
Gets or sets the template directory.
Declaration
public string TemplateDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template directory. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
ProcessCmdKey(ref Message, Keys)
Processes a command key.
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | msg | A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process. |
System.Windows.Forms.Keys | keyData | One of the System.Windows.Forms.Keys values that represents the key to process. |
Returns
Type | Description |
---|---|
System.Boolean | true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing. |
ProcessKeyPreview(ref Message)
The ProcessKeyPreview method.
Declaration
protected override bool ProcessKeyPreview(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m | A System.Windows.Forms.Message, passed by reference, that represents the window message to process. |
Returns
Type | Description |
---|---|
System.Boolean | true if the message was processed by the control; otherwise, false. |