MindFusion.Charting for Silverlight Programmer's Guide
Chart.TitleMargin Property
See Also
 






Gets or sets the margin around the title.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Thickness TitleMargin { get; set; }

Visual Basic  Copy Code

Public Property TitleMargin As Thickness

 Property Value

An instance of the System.Windows.Thickness structure. Default value is Thickness(0, 10, 0, 0).

 Remarks

By default the title is 10 device-independent units above the plot area.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Silverlight Namespace