Class LineSeries
Represents a series of type line.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class LineSeries : CategorySeriesBase, ISupportMarker, ISupportSmooth
Constructors
LineSeries()
Declaration
public LineSeries()
Properties
IsSmooth
Gets or sets a value indicating if the series line will be smooth.
Declaration
public bool IsSmooth { get; set; }
Property Value
System.Boolean
|
Marker
Gets or sets the series marker.
Declaration
public Marker Marker { get; set; }
Property Value
Marker
|
SeriesType
Gets the type of the series.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|