Skip to main content

SeriesPoint Members

An individual series point in the series.

Constructors

Name Description
SeriesPoint() Initializes a new instance of the SeriesPoint class with default settings.
SeriesPoint(DateOnly, DateOnly) Initializes a new instance of the SeriesPoint class with the specified date-only argument and date-only value.
SeriesPoint(DateOnly, DateTime) Initializes a new instance of the SeriesPoint class with the specified date-only argument and date-time value.
SeriesPoint(DateOnly, Double) Initializes a new instance of the SeriesPoint class with the specified date-only argument and floating-point value.
SeriesPoint(DateOnly, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified date-only argument and time-only value.
SeriesPoint(DateOnly, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified date-only argument and time-span value.
SeriesPoint(DateOnly) Initializes a new instance of the SeriesPoint class with the specified date-only argument.
SeriesPoint(DateTime, DateOnly) Initializes a new instance of the SeriesPoint class with the specified date-time argument and date-only value.
SeriesPoint(DateTime, DateTime) Initializes a new instance of the SeriesPoint class with the specified date-time argument and value.
SeriesPoint(DateTime, Double) Initializes a new instance of the SeriesPoint class with the specified date-time argument and numerical value.
SeriesPoint(DateTime, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified date-time argument and time-only value.
SeriesPoint(DateTime, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified date-time argument and time-span value.
SeriesPoint(DateTime) Initializes a new instance of the SeriesPoint class with the specified date-time argument.
SeriesPoint(Double, DateOnly) Initializes a new instance of the SeriesPoint class with the specified numerical argument and date-only value.
SeriesPoint(Double, DateTime) Initializes a new instance of the SeriesPoint class with the specified numerical argument and date-time value.
SeriesPoint(Double, Double) Initializes a new instance of the SeriesPoint class with the specified numerical argument and value.
SeriesPoint(Double, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified numerical argument and time-only value.
SeriesPoint(Double, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified numerical argument and time-span value.
SeriesPoint(Double) Initializes a new instance of the SeriesPoint class with the specified numerical argument.
SeriesPoint(String, DateOnly) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-only value.
SeriesPoint(String, DateTime) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time value.
SeriesPoint(String, Double) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and numerical value.
SeriesPoint(String, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and time-only value.
SeriesPoint(String, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and time-span value.
SeriesPoint(String) Initializes a new instance of the SeriesPoint class with the specified qualitative argument.
SeriesPoint(TimeOnly, DateOnly) Initializes a new instance of the SeriesPoint class with the specified time-only argument and date-only value.
SeriesPoint(TimeOnly, DateTime) Initializes a new instance of the SeriesPoint class with the specified time-only argument and date-time value.
SeriesPoint(TimeOnly, Double) Initializes a new instance of the SeriesPoint class with the specified time-only argument and numerical value.
SeriesPoint(TimeOnly, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified time-only argument and time-only value.
SeriesPoint(TimeOnly, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified time-only argument and time-span value.
SeriesPoint(TimeOnly) Initializes a new instance of the SeriesPoint class with the specified time-only argument.
SeriesPoint(TimeSpan, DateOnly) Initializes a new instance of the SeriesPoint class with the specified time-span argument and date-only value.
SeriesPoint(TimeSpan, DateTime) Initializes a new instance of the SeriesPoint class with the specified time-span argument and date-time value.
SeriesPoint(TimeSpan, Double) Initializes a new instance of the SeriesPoint class with the specified time-span argument and numerical value.
SeriesPoint(TimeSpan, TimeOnly) Initializes a new instance of the SeriesPoint class with the specified time-span argument and time-only value.
SeriesPoint(TimeSpan, TimeSpan) Initializes a new instance of the SeriesPoint class with the specified time-span argument and time-span value.
SeriesPoint(TimeSpan) Initializes a new instance of the SeriesPoint class with the specified time-span argument.

Properties

Name Description
ActualArgument Gets the actual argument of a series point.
Argument Gets or sets the series point’s argument.
Brush Gets or sets the brush used to draw this point.
DateTimeArgument Gets the point’s argument value of a date-time type.
DateTimeValue Gets the point’s value of a date-time type.
NonAnimatedValue Gets the non-animated value of the SeriesPoint.Value property.
NumericalArgument Gets the point’s argument value of a numerical type.
Series Returns the series which is the owner of the current series point.
Tag Gets or sets the object that contains data related to this series point.
TimeSpanArgument Gets the point’s argument value of the time-span type.
TimeSpanValue Gets the point’s value of the time-span type.
ToolTipHint Gets or sets the data that represents the content (text, image, etc.) of the tooltip’s hint for a series point.
TypeNameSerializable Gets the string value used to support serialization of the SeriesPoint type.
Value Gets or sets the series point’s value.

Events

Name Description
PropertyChanged Occurs when any of the SeriesPoint class properties has changed its value.
See Also