StripModel.ShowInLegend Property
Gets or sets the value of the Strip.ShowInLegend within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public bool ShowInLegend { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to represent the strip in the legend; otherwise false. |
See Also