Gets or sets the margin around the title.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public Thickness TitleMargin { get; set; } |
Visual Basic
![]() |
---|
Public Property TitleMargin As Thickness |
An instance of the System.Windows.Thickness structure. Default value is Thickness(0, 10, 0, 0).
By default the title is 10 device-independent units above the plot area.