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

TextOptionsModel.Font Property

Gets or sets the value of the TextOptions.Font within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public Font Font { get; set; }

Property Value

Type Description
Font

The font of the text configured by the options.

Property Paths

You can access this nested property as listed below:

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