MindFusion.Charting Programmer's Guide

Chart.SubTitleOffset Property

See Also
 





Gets or sets the offset of the subtitle.

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

 Syntax

C#  Copy Code

public float SubTitleOffset { get; }

Visual Basic  Copy Code

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