Skip to main content

DateTimeOptions Members

Contains specific settings which define the representation of date-time values for display purposes within a chart control.

Constructors

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

Fields

Name Description
FormatProperty static Identifies the DateTimeOptions.Format dependency property.
FormatStringProperty static Identifies the DateTimeOptions.FormatString dependency property.

Properties

Name Description
Format Gets or sets a value that specifies the form of date-time values’ representation.
FormatString Gets or sets the pattern for formatting date-time values.
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