Class OhlcShape
Inheritance
System.Object
OhlcShape
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class OhlcShape : Path
Constructors
OhlcShape()
Declaration
protected OhlcShape()
Fields
DownStrokeProperty
Declaration
public static readonly DependencyProperty DownStrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
UpStrokeProperty
Declaration
public static readonly DependencyProperty UpStrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DataPoint
DownStroke
Declaration
public Brush DownStroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
UpStroke
Declaration
public Brush UpStroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|