TotalLabelModel.FillStyle Property
Gets or sets the TotalLabel.FillStyle property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Appearance)]
public RectangleFillStyleModel FillStyle { get; }
Property Value
Type | Description |
---|---|
RectangleFillStyleModel | The fill style that is used to color the total label background. |
See Also