Gets or sets the offset of the top label from the edge of the bar. This is a dependency property.
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. The default is 5.
See Also