Skip to main content

PointOptions Properties

Contains settings that define the format of information shown within series labels.
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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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.
See Also