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