Search
Chart.Subtitle Property
See Also
 






Gets or sets the sub-title of this chart.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string Subtitle { get; set; }

Visual Basic  Copy Code

Public Property Subtitle As String

 Property Value

A string value.

 See Also