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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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
.CrosshairTextOptions .TextColor
Axis
Axis2D
AxisX
AxisXBase
AxisY
AxisYBase
BollingerBands
.CrosshairTextOptions .TextColor
ChaikinsVolatility
.CrosshairTextOptions .TextColor
CommodityChannelIndex
.CrosshairTextOptions .TextColor
CrosshairOptions
DataSourceBasedErrorBars
.CrosshairTextOptions .TextColor
DetrendedPriceOscillator
.CrosshairTextOptions .TextColor
ErrorBars
.CrosshairTextOptions .TextColor
ExponentialMovingAverage
.CrosshairTextOptions .TextColor
FibonacciIndicator
.CrosshairTextOptions .TextColor
FinancialIndicator
.CrosshairTextOptions .TextColor
FixedValueErrorBars
.CrosshairTextOptions .TextColor
GanttAxisX
Indicator
.CrosshairTextOptions .TextColor
MassIndex
.CrosshairTextOptions .TextColor
MedianPrice
.CrosshairTextOptions .TextColor
MovingAverage
.CrosshairTextOptions .TextColor
MovingAverageConvergenceDivergence
.CrosshairTextOptions .TextColor
PercentageErrorBars
.CrosshairTextOptions .TextColor
RateOfChange
.CrosshairTextOptions .TextColor
RegressionLine
.CrosshairTextOptions .TextColor
RelativeStrengthIndex
.CrosshairTextOptions .TextColor
SecondaryAxisX
SecondaryAxisY
SeparatePaneIndicator
.CrosshairTextOptions .TextColor
Series
.CrosshairTextOptions .TextColor
SeriesBase
.CrosshairTextOptions .TextColor
SeriesTemplate
.CrosshairTextOptions .TextColor
SimpleMovingAverage
.CrosshairTextOptions .TextColor
SingleLevelIndicator
.CrosshairTextOptions .TextColor
StandardDeviation
.CrosshairTextOptions .TextColor
StandardDeviationErrorBars
.CrosshairTextOptions .TextColor
StandardErrorBars
.CrosshairTextOptions .TextColor
SubsetBasedIndicator
.CrosshairTextOptions .TextColor
SwiftPlotDiagramAxis
SwiftPlotDiagramAxisX
SwiftPlotDiagramAxisXBase
SwiftPlotDiagramAxisY
SwiftPlotDiagramAxisYBase
SwiftPlotDiagramSecondaryAxisX
SwiftPlotDiagramSecondaryAxisY
TrendLine
.CrosshairTextOptions .TextColor
TriangularMovingAverage
.CrosshairTextOptions .TextColor
TripleExponentialMovingAverageTema
.CrosshairTextOptions .TextColor
TripleExponentialMovingAverageTrix
.CrosshairTextOptions .TextColor
TypicalPrice
.CrosshairTextOptions .TextColor
WeightedClose
.CrosshairTextOptions .TextColor
WeightedMovingAverage
.CrosshairTextOptions .TextColor
WilliamsR
.CrosshairTextOptions .TextColor
See Also