Skip to main content
A newer version of this page is available. .

FinancialSeriesLabel.Style Property

Gets or sets appearance settings of financial series labels.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public SeriesLabelStyle Style { get; set; }

Property Value

Type Description
SeriesLabelStyle

A SeriesLabelStyle object that stores series label appearance settings.

See Also