StripModel.Legend Property
Gets or sets the model of the legend assigned to the modeled strip.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v22.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendModel Legend { get; set; }
Property Value
Type | Description |
---|---|
LegendModel | The legend model. |
See Also