NumericOptions.Format Property
In This Article
Gets or sets a value that specifies the formatting applied to numeric values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Numeric |
A Numeric |
#Property Paths
You can access the NumericOptions.Format property from the following objects:
Object Type | Path to Format |
---|---|
Point |
|
Point |
|
#Remarks
Use the Format property, to define the appropriate format for numeric values representation in axis labels, series point labels or in legend.
See Also