TextStyle.Color Property
Gets or sets the text color.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The text color. |
See Also