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

TextOptions.Font Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Font

The required font.

Property Paths

You can access this nested property as listed below:

Show 55 property paths
Object Type Path to Font
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