TextElementStyleBase.TextStyle Property
In This Article
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 |
---|---|
Text |
An object that stores text settings. |
See Also