WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTemplateWizard - WindowsForms API Reference | Syncfusion ChartTemplate. ">

    Show / Hide Table of Contents

    Class ChartTemplateWizard

    This dialog is used for preview the ChartTemplate.

    Inheritance
    System.Object
    Office2007Form
    ChartTemplateWizard
    Inherited Members
    Office2007Form.ResetDropShadow()
    Office2007Form.ApplyScaleToControl(Single)
    Office2007Form.OnLoad(EventArgs)
    Office2007Form.CreateAccessibilityInstance()
    Office2007Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    Office2007Form.SetClientSizeCore(Int32, Int32)
    Office2007Form.OnActivated(EventArgs)
    Office2007Form.OnHandleCreated(EventArgs)
    Office2007Form.OnLocationChanged(EventArgs)
    Office2007Form.OnStyleChanged(EventArgs)
    Office2007Form.WndProc(Message)
    Office2007Form.OnPaintBackground(PaintEventArgs)
    Office2007Form.OnRightToLeftChanged(EventArgs)
    Office2007Form.OnRightToLeftLayoutChanged(EventArgs)
    Office2007Form.OnColorSchemeChanged()
    Office2007Form.CaptionBarHeightMode
    Office2007Form.EnableDpiAware
    Office2007Form.DropShadow
    Office2007Form.CreateParams
    Office2007Form.DisableOffice2007Style
    Office2007Form.ApplyAeroTheme
    Office2007Form.AutoScroll
    Office2007Form.ColorScheme
    Office2007Form.ColorSchemeIsManaged
    Office2007Form.CaptionBarHeight
    Office2007Form.CaptionFont
    Office2007Form.CaptionForeColor
    Office2007Form.CaptionAlign
    Office2007Form.ColorTable
    Office2007Form.IsActive
    Office2007Form.IsRightToLeft
    Office2007Form.EnableTouchMode
    Office2007Form.UseOffice2007SchemeBackColor
    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved