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