Gets or sets the horizontal axis associated with the this series.
Gets or sets a collection of objects used to initialize the series.
Gets or sets the label style customized with properties of PointLabelStyle class.
Gets or sets a title for this series which will be used in the legend.
Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.
Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.
Gets or sets the hidden state of labels.
Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.
Gets or sets the vertical axis associated with the this series.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'X' value used for plotting the datapoint.
Gets or sets the name of the property defined on the data-source object which will be used to acquire the 'Y' value used for plotting the datapoint.
Identifies the horizontalAxis dependency property.
Identifies the items dependency property.
Identifies the labelStyle dependency property.
Identifies the legendTitle dependency property.
Identifies the selectionMode dependency property.
Identifies the showLabels dependency property.
Identifies the value dependency property.
Identifies the verticalAxis dependency property.
Identifies the xProperty dependency property.
Identifies the yProperty dependency property.
Generated using TypeDoc
Defines series that represent the data as points using two dimensional values (x,y) for horizontal and vertical axes respectively. NOTE: All scatter series are incompatible with all categorical axes.