[]
Represents a line series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<LineSeries>))]
public class LineSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of LineSeries)))>
Public Class LineSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
Each point contains a single value. Line borders and line fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unsigned. Line depth is measured relative to the floor grid cell (with values in the range 0 to 1).
| Name | Description |
|---|---|
| LineSeries() | Creates a new series. |
| LineSeries(LineSeries) | Creates a new series that is a deep copy of the specified series. |
| LineSeries(SerializationInfo, StreamingContext) | Creates a new LineSeries from serialization. |
| Name | Description |
|---|---|
| Count | Gets the number of points in the series. |
| DropLinesLine | Gets or sets the line used to draw the drop lines. |
| DropLinesVisible | Gets or sets whether drop lines are visible. |
| GapDepth | Gets or sets the amount of space between series. |
| LabelContainsValue | Gets or sets whether the value is displayed in the labels. |
| LineBorder | Gets or sets the line border for the series. |
| LineBorders | Gets the collection of line borders for the series. |
| LineFill | Gets or sets the line fill for the series. |
| LineFills | Gets the collection of line fills for the series. |
| PointBorder | Gets or sets the point border for the series. |
| PointBorders | Gets the collection of point borders for the series. |
| PointFill | Gets or sets the point fill for the series. |
| PointFills | Gets the collection of point fills for the series. |
| PointMarker | Gets or sets the point marker for the series. |
| PointMarkers | Gets the collection of point markers for the series. |
| SmoothedLine | Gets or sets whether the line is smoothed (not jagged). |
| Values | Gets the collection of values for the series. |
| VaryColors | Gets or sets whether each data point is displayed with a different color. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this series. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| ReadXmlElement(XmlReader) | Reads the child XML element. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |