Enum ChartLegendStyle
Specifies the information that is to be displayed on double clicking the legend.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public enum ChartLegendStyle
Fields
| Name | Description |
|---|---|
| All | Enables the user to edit both the series styles and legend properties. |
| Empty | Nothing will be displayed. User can drag the legend. |
| SupportEditProperties | Enables the user to edit the Legend properties. |
| SupportItemStyleEdit | Enables the user to edit the series styles. |