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

TextOptionsModel.TextColor Property

Gets or sets the TextOptions.TextColor of the modeled text options.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.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
AverageTrueRangeModel
Axis2DModel
AxisModel
AxisXBaseModel
AxisXModel
AxisYBaseModel
AxisYModel
BollingerBandsModel
ChaikinsVolatilityModel
CommodityChannelIndexModel
CrosshairOptionsModel
DataSourceBasedErrorBarsModel
DetrendedPriceOscillatorModel
ErrorBarsModel
ExponentialMovingAverageModel
FibonacciIndicatorModel
FinancialIndicatorModel
FixedValueErrorBarsModel
GanttAxisXModel
IndicatorModel
MassIndexModel
MedianPriceModel
MovingAverageConvergenceDivergenceModel
MovingAverageModel
PercentageErrorBarsModel
RateOfChangeModel
RegressionLineModel
RelativeStrengthIndexModel
SecondaryAxisXModel
SecondaryAxisYModel
SeparatePaneIndicatorModel
SeriesBaseModel
SeriesModel
SeriesTemplateModel
SimpleMovingAverageModel
SingleLevelIndicatorModel
StandardDeviationErrorBarsModel
StandardDeviationModel
StandardErrorBarsModel
SubsetBasedIndicatorModel
SwiftPlotDiagramAxisModel
SwiftPlotDiagramAxisXBaseModel
SwiftPlotDiagramAxisXModel
SwiftPlotDiagramAxisYBaseModel
SwiftPlotDiagramAxisYModel
SwiftPlotDiagramSecondaryAxisXModel
SwiftPlotDiagramSecondaryAxisYModel
TrendLineModel
TriangularMovingAverageModel
TripleExponentialMovingAverageTemaModel
TripleExponentialMovingAverageTrixModel
TypicalPriceModel
WeightedCloseModel
WeightedMovingAverageModel
WilliamsRModel
See Also