Gets or sets a Brush used to fill candlesticks, which open value is smaller or equal to its close value.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush RisingBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RisingBrush As Brush |
See Also