Skip to main content

NumericOptions.Format Property

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

[XtraSerializableProperty]
public NumericFormat Format { get; set; }

#Property Value

Type Description
NumericFormat

A NumericFormat enumeration value.

#Property Paths

You can access the NumericOptions.Format property from the following objects:

Object Type Path to Format
PointOptions
PointOptions

#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