Class ScatterSeries
Represents a series of type scatter.
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 ScatterSeries : PointSeriesBase, ISupportMarker, ISupportSmooth
Constructors
ScatterSeries()
Declaration
public ScatterSeries()
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
|
ScatterStyle
Gets the style of the scatter series.
Declaration
public ScatterStyle ScatterStyle { get; }
Property Value
ScatterStyle
|
SeriesType
Gets the type of the series.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|