Gets or sets the offset of the label from the axis. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double LabelOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelOffset As Double |
A double value. The default is 5.
See Also