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