Scatter Series Descriptor

Represents a concrete ChartSeriesDescriptor that may be used to create all the ScatterChartSeries variations.

Properties

ScatterSeriesDescriptor class inherits from the ChartSeriesDescriptor class - See the inherited properties.

  • DefaultType (Type): Default type of series is ScatterPointSeries.
  • XValuePath (string): Gets or sets the name of the property that points to the XValue value of the data point view model.
  • YValuePath (string): Gets or sets the name of the property that points to the YValue value of the data point view model.
In this article