Skip to main content

TextOptions Class

The options for the text of the chart element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[TypeConverter(typeof(TextOptionsTypeConverter))]
public class TextOptions :
    ChartElement,
    IXtraPartlyDeserializable
See Also