MindFusion.Charting Programmer's Guide

Chart.TitleOffset Property

See Also
 





Gets or sets the offset of the TitleText.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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

TitleOffset specifies the space between the title label and the nearest chart object - the SubTitleText, if drawn or the chart graphics.

 See Also