Class ChartLegendStyle
Specifies the information that is to be displayed on double clicking the legend.
Inheritance
System.Object
ChartLegendStyle
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public sealed class ChartLegendStyle : Enum
Fields
All
Enables the user to edit both the series styles and legend properties.
Declaration
public const ChartLegendStyle All
Field Value
| Type |
|---|
| ChartLegendStyle |
Empty
Nothing will be displayed. User can drag the legend.
Declaration
public const ChartLegendStyle Empty
Field Value
| Type |
|---|
| ChartLegendStyle |
SupportEditProperties
Enables the user to edit the Legend properties.
Declaration
public const ChartLegendStyle SupportEditProperties
Field Value
| Type |
|---|
| ChartLegendStyle |
SupportItemStyleEdit
Enables the user to edit the series styles.
Declaration
public const ChartLegendStyle SupportItemStyleEdit
Field Value
| Type |
|---|
| ChartLegendStyle |