Skip to main content
A newer version of this page is available. .

SeriesPoint Members

Represents an individual series point.

Constructors

Name Description
SeriesPoint() Initializes a new instance of the SeriesPoint class with the default settings. For internal use only.
SeriesPoint(DateTime, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified date-time argument and values.
SeriesPoint(DateTime, Double[]) Initializes a new instance of the SeriesPoint class with the specified date-time argument and values.
SeriesPoint(DateTime) Initializes a new instance of the SeriesPoint class with the specified date-time argument.
SeriesPoint(Decimal, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Decimal, Double[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Decimal) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Double, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Double, Double[]) Initializes a new instance of the SeriesPoint class with the specified Double argument and values.
SeriesPoint(Double) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int16, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int16, Double[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int16) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int32, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int32, Double[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int32) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Int64, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Int64, Double[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Int64) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(Object, Object[], Int32) Initializes a new instance of the SeriesPoint class with the specified argument and values.
SeriesPoint(Object, Object[]) Initializes a new instance of the SeriesPoint class with the specified argument and values.
SeriesPoint(Object) Initializes a new instance of the SeriesPoint class with the specified argument.
SeriesPoint(Single, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and date-time values.
SeriesPoint(Single, Double[]) Initializes a new instance of the SeriesPoint class with the specified numeric argument and values.
SeriesPoint(Single) Initializes a new instance of the SeriesPoint class with the specified numeric argument.
SeriesPoint(String, DateTime[]) Initializes a new instance of the SeriesPoint class with the specified qualitative argument and date-time values.
SeriesPoint(String, Double[]) Initializes a new instance of the SeriesPoint class with the specified string argument and values.
SeriesPoint(String) Initializes a new instance of the SeriesPoint class with the specified string argument.

Fields

Name Description
ArgumentProperty Identifies the SeriesPoint.Argument property.
ValuesProperty Identifies the SeriesPoint.Values property.

Properties

Name Description
Annotations Provides access to the annotations collection of the series point.
Argument Gets the point’s argument value.
ArgumentSerializable Gets or sets the string value used to support serialization of the SeriesPoint.Argument property.
Color Gets or sets the color used to draw this point
ColorSerializable Gets or sets the string value used to support serialization of the SeriesPoint.Color property.
DateTimeArgument Gets the point’s argument value of the date-time type.
DateTimeValues Gets or sets the point’s data value(s) of the date-time type.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
IsEmpty Gets or sets whether the current point is empty.
Item[Int32] Provides indexed access to individual values at this series point.
Length Gets the length of an array which contains the series point’s values.
NumericalArgument Gets the point’s argument value of the numerical type.
Relations Provides access to the collection of relations for a series.
SeriesPointID Gets or sets the ID of a point.
Tag Gets or sets the object that contains data related to this series point.
ToolTipHint Gets or sets a value to be shown as a hint in a series point’s tooltip.
Values Gets or sets the point’s data value(s).
ValuesSerializable Gets or sets the string value used to support serialization of the SeriesPoint.Values collection.

Methods

Name Description
Assign(ChartElement) Copies all the settings from the SeriesPoint object passed as the parameter.
Clone() Creates a copy of the current ChartElement object. Inherited from ChartElement.
CreateSeriesPointWithId(Object, Int32) static For internal use only. Creates a new instance of SeriesPoint with the specified argument and ID.
Dispose() Disposes of the ChartElement object. Inherited from ChartElement.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current SeriesPoint instance.
GetDateTimeValue(ValueLevel) Returns the series point date-time value.
GetHashCode() Gets the hash code (a number) that corresponds to the value of the current SeriesPoint object.
GetNumericValue(ValueLevel) Returns the series point numeric value.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValueString(Int32) Gets a string value for the SeriesPoint object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the chart element. Inherited from ChartElement.
See Also