New to Telerik Document ProcessingStart a free 30-day trial

Represents a group of series of type scatter.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class ScatterSeriesGroup : SeriesGroup<ScatterSeries>, ISupportAxes

Inheritance: objectSeriesGroupSeriesGroup<ScatterSeries>ScatterSeriesGroup

Implements: ISupportAxes

Inherited Members SeriesGroup<ScatterSeries>.SeriesSeriesGroup.Clone()

Constructors

Initializes a new instance of the ScatterSeriesGroup class.

C#
public ScatterSeriesGroup()

Properties

Gets or sets the value indicating which group of axes the series group is associated with.

C#
public AxisGroupName AxisGroupName { get; set; }

Implements: ISupportAxes.AxisGroupName

Gets the type of series this group holds.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesGroup.SeriesType