Skip to main content

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

C#
public SeriesLabelStyle Style { get; set; }

#Property Value

Type Description
SeriesLabelStyle

A SeriesLabelStyle object that stores series label appearance settings.

See Also