Series descriptor for choosing between scatter point / line / spline or scatter bubble series.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class CustomScatterSeriesDescriptor : ScatterSeriesDescriptor
Inheritance: objectChartSeriesDescriptorScatterSeriesDescriptorCustomScatterSeriesDescriptor
Inherited Members
Constructors
public CustomScatterSeriesDescriptor()
Fields
BubbleSizeValuePathProperty
DependencyProperty
Identifies the BubbleSizeValuePath dependency property.
public static readonly DependencyProperty BubbleSizeValuePathProperty
Properties
Gets or sets the name of the property that points to the BubbleSize value of the data point view model.
public string BubbleSizeValuePath { get; set; }
Methods
Core entry point for creating the ChartSeries type defined by this descriptor. Allows inheritors to provide custom implementation.
protected override ChartSeries CreateInstanceCore(object context)
The context (this is the raw data collection or the data view model) for which a ChartSeries needs to be created.
Returns: Exceptions:The base implementation fails to create a valid ScatterPointSeries instance.
Overrides: