Skip to main content
A newer version of this page is available. .

TextOptions.TextColor Property

Gets or sets the color of the text configured using these options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public Color TextColor { get; set; }

Property Value

Type Description
Color

The text color.

Property Paths

You can access this nested property as listed below:

Show 55 property paths
Object Type Path to TextColor
AverageTrueRange
Axis
Axis2D
AxisX
AxisXBase
AxisY
AxisYBase
BollingerBands
ChaikinsVolatility
CommodityChannelIndex
CrosshairOptions
DataSourceBasedErrorBars
DetrendedPriceOscillator
ErrorBars
ExponentialMovingAverage
FibonacciIndicator
FinancialIndicator
FixedValueErrorBars
GanttAxisX
Indicator
MassIndex
MedianPrice
MovingAverage
MovingAverageConvergenceDivergence
PercentageErrorBars
RateOfChange
RegressionLine
RelativeStrengthIndex
SecondaryAxisX
SecondaryAxisY
SeparatePaneIndicator
Series
SeriesBase
SeriesTemplate
SimpleMovingAverage
SingleLevelIndicator
StandardDeviation
StandardDeviationErrorBars
StandardErrorBars
SubsetBasedIndicator
SwiftPlotDiagramAxis
SwiftPlotDiagramAxisX
SwiftPlotDiagramAxisXBase
SwiftPlotDiagramAxisY
SwiftPlotDiagramAxisYBase
SwiftPlotDiagramSecondaryAxisX
SwiftPlotDiagramSecondaryAxisY
TrendLine
TriangularMovingAverage
TripleExponentialMovingAverageTema
TripleExponentialMovingAverageTrix
TypicalPrice
WeightedClose
WeightedMovingAverage
WilliamsR
See Also