Class OhlcSeriesDescriptor
Inheritance
System.Object
OhlcSeriesDescriptor
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class OhlcSeriesDescriptor : CategoricalSeriesDescriptorBase
Constructors
OhlcSeriesDescriptor()
Declaration
public OhlcSeriesDescriptor()
Fields
ClosePathProperty
Declaration
public static readonly DependencyProperty ClosePathProperty
Field Value
Microsoft.
|
HighPathProperty
Declaration
public static readonly DependencyProperty HighPathProperty
Field Value
Microsoft.
|
LowPathProperty
Declaration
public static readonly DependencyProperty LowPathProperty
Field Value
Microsoft.
|
OpenPathProperty
Declaration
public static readonly DependencyProperty OpenPathProperty
Field Value
Microsoft.
|
Properties
ClosePath
Declaration
public string ClosePath { get; set; }
Property Value
System.
|
DefaultType
Declaration
public override Type DefaultType { get; }
Property Value
System.
|
Overrides
HighPath
Declaration
public string HighPath { get; set; }
Property Value
System.
|
LowPath
Declaration
public string LowPath { get; set; }
Property Value
System.
|
OpenPath
Declaration
public string OpenPath { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore(Object)
Declaration
protected override ChartSeries CreateInstanceCore(object context)
Parameters
System.
|