MindFusion.Charting Programmer's Guide

Chart.TitleOffset Property

See Also
 





Gets or sets the offset of the title.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float TitleOffset { get; }

Visual Basic  Copy Code

Public ReadOnly 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