PointOptions Members
Contains settings that define the format of information shown within series labels.Constructors
| Name | Description |
|---|---|
| PointOptions() | Initializes a new instance of the PointOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| ArgumentDateTimeOptionsProperty static | Identifies the PointOptions.ArgumentDateTimeOptions dependency property. |
| ArgumentNumericOptionsProperty static | Identifies the PointOptions.ArgumentNumericOptions dependency property. |
| PatternProperty static | Identifies the PointOptions.Pattern dependency property. |
| PointViewProperty static | Identifies the PointOptions.PointView dependency property. |
| ValueDateTimeOptionsProperty static | Identifies the PointOptions.ValueDateTimeOptions dependency property. |
| ValueNumericOptionsProperty static | Identifies the PointOptions.ValueNumericOptions dependency property. |
Properties
| Name | Description |
|---|---|
| ArgumentDateTimeOptions | Gets an object that defines the display representation of date-time arguments. |
| ArgumentNumericOptions | Gets the settings which define how to display numeric argument values of series points. |
| Pattern | Gets or sets a string which represents the pattern specifying the text to be displayed within series labels and legend items. |
| PointView | Gets or sets a value that specifies which information should be displayed within series labels and legend items. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
| ValueDateTimeOptions | Gets an object that defines the representation of date-time value(s) of a data point for display purposes. |
| ValueNumericOptions | Gets the settings which define how to display numeric data values of series points. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also