Class ChartStyleDialogOptions
The ChartStyleDialogOptions class.
Inheritance
Inherited Members
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 |
|
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 |
|
ShowInteriorTab
Gets or sets a value indicating whether interior tab is visible.
Declaration
public bool ShowInteriorTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowShadowTab
Gets or sets a value indicating whether shadow tab is visible.
Declaration
public bool ShowShadowTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowSymbolTab
Gets or sets a value indicating whether symbol tab is visible.
Declaration
public bool ShowSymbolTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowTextTab
Gets or sets a value indicating whether text tab is visible.
Declaration
public bool ShowTextTab { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|