Gets or sets the Brush used to fill candlesticks representing falling prices.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Brush FallingPriceBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property FallingPriceBrush As Brush |
An instance of the System.Windows.Media.Brush class. The default value is Brushes.OrangeRed.