Gets or sets the body width of candlesticks.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double CandleWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CandleWidth As Double |
A double value specifying the width of candlestick bodies. The default value is 20.
See Also