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
public TextStyle TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TextStyle | An object that stores text settings. |
See Also