Class Candlestick
Inheritance
System.Object
Candlestick
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Candlestick : OhlcShape
Constructors
Fields
Declaration
public static readonly DependencyProperty DownFillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty UpFillProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Brush DownFill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public Brush UpFill { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Extension Methods