MindFusion WinForms Programmer's Guide
Chart.TitleOffset Property
See Also
 





Gets or sets the offset of the title.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float TitleOffset { get; set; }

Visual Basic  Copy Code

Public Property TitleOffset As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the space between the SubTitleText and the nearest chart object.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace