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





Gets or sets the offset of the chart's subtitle.

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

 Syntax

C#  Copy Code

public float SubTitleOffset { get; set; }

Visual Basic  Copy Code

Public Property SubTitleOffset 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