Skip to main content

TextElementStyleBase.TextStyle Property

Gets or sets the text style of the chart’s element.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public TextStyle TextStyle { get; set; }

#Property Value

Type Description
TextStyle

An object that stores text settings.

See Also