StackedBarSeries.Label Property
In This Article
Gets or sets the series label settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public StackedBarSeriesLabel Label { get; set; }
#Property Value
Type | Description |
---|---|
Stacked |
An object that stores the series label settings. |
See Also