Skip to main content

NumericOptions Members

Contains specific settings which define the representation of numeric values for display purposes.

Constructors

Name Description
NumericOptions() Initializes a new instance of the NumericOptions class with default settings.

Fields

Name Description
FormatProperty static Identifies the NumericOptions.Format dependency property.
PrecisionProperty static Identifies the NumericOptions.Precision dependency property.

Properties

Name Description
Format Gets or sets a value that specifies the formatting applied to numeric values.
Precision Gets or sets the maximum number of digits displayed to the right of the decimal point.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also