Gets or sets the distance from top label to the edge of the candlestick.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double TopLabelOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TopLabelOffset As Double |
A double value specifying label offset. The default value is 5.
See Also