Skip to main content

FinancialSeriesLabel.Style Property

Gets or sets appearance settings of financial series labels. This is a bindable property.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public SeriesLabelStyle Style { get; set; }

Property Value

Type Description
SeriesLabelStyle

A SeriesLabelStyle object that stores series label appearance settings.

See Also