Class ScatterSeriesDescriptor
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScatterSeriesDescriptor : ChartSeriesDescriptor
Constructors
ScatterSeriesDescriptor()
Declaration
public ScatterSeriesDescriptor()
Fields
XValuePathProperty
Declaration
public static readonly DependencyProperty XValuePathProperty
Field Value
Microsoft.
|
YValuePathProperty
Declaration
public static readonly DependencyProperty YValuePathProperty
Field Value
Microsoft.
|
Properties
DefaultType
Declaration
public override Type DefaultType { get; }
Property Value
System.
|
Overrides
XValuePath
Declaration
public string XValuePath { get; set; }
Property Value
System.
|
YValuePath
Declaration
public string YValuePath { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore(Object)
Declaration
protected override ChartSeries CreateInstanceCore(object context)
Parameters
System.
|