Search
Chart.TitleMargin Property
See Also
 





Gets or sets the margin around the title.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Thickness TitleMargin { get; set; }

Visual Basic  Copy Code

Public Property TitleMargin As Thickness

 Property Value

An instance of the WPF Thickness structure. The default is Thickness(0, 10, 0, 0).

 See Also