Skip to main content

XYDiagramPaneBaseModel.StackedBarTotalLabel Property

Gets or sets the XYDiagramPaneBase.StackedBarTotalLabel property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public StackedBarTotalLabelModel StackedBarTotalLabel { get; }

Property Value

Type Description
StackedBarTotalLabelModel

The stacked bar total label model.

See Also