Gets or sets the margin around the title.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness TitleMargin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleMargin As Thickness |
An instance of the WPF Thickness structure. The default is Thickness(0, 10, 0, 0).
See Also