WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStyleDialogOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStyleDialogOptions

    The ChartStyleDialogOptions class.

    Inheritance
    System.Object
    ChartStyleDialogOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartStyleDialogOptions

    Constructors

    ChartStyleDialogOptions()

    Initializes a new instance of the ChartStyleDialogOptions class.

    Declaration
    public ChartStyleDialogOptions()

    Properties

    ShowBorderTab

    Gets or sets a value indicating whether border tab is visible.

    Declaration
    public bool ShowBorderTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if border tab is visible; otherwise, false.

    ShowFancyToolTipsTab

    Gets or sets a value indicating whether fancy tooltips tab is visible.

    Declaration
    public bool ShowFancyToolTipsTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if fancy tooltips tab is visible; otherwise, false.

    ShowInteriorTab

    Gets or sets a value indicating whether interior tab is visible.

    Declaration
    public bool ShowInteriorTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if interior tab is visible; otherwise, false.

    ShowShadowTab

    Gets or sets a value indicating whether shadow tab is visible.

    Declaration
    public bool ShowShadowTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if shadow tab is visible; otherwise, false.

    ShowSymbolTab

    Gets or sets a value indicating whether symbol tab is visible.

    Declaration
    public bool ShowSymbolTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if symbol tab is visible; otherwise, false.

    ShowTextTab

    Gets or sets a value indicating whether text tab is visible.

    Declaration
    public bool ShowTextTab { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if text tab is visible; otherwise, false.

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