Class ScatterSeriesGroup
Represents a group of 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 ScatterSeriesGroup : SeriesGroup<ScatterSeries>, ISupportAxes
Constructors
ScatterSeriesGroup()
Properties
AxisGroupName
Gets or sets the value indicating which group of axes the series group is associated with.
Declaration
public AxisGroupName AxisGroupName { get; set; }
Property Value
AxisGroupName
|
Implements
SeriesType
Gets the type of series this group holds.
Declaration
public override SeriesType SeriesType { get; }
Property Value
SeriesType
|