MindFusion.Charting Programmer's Guide

Chart.SubTitleOffset Property

See Also
 





Gets or sets the offset of the SubTitleText.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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