Search
Chart.SubtitleFontSize Property
See Also
 






Gets or sets the size of Font used to draw chart's Subtitle.

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

 Syntax

C#  Copy Code

public Nullable<Double> SubtitleFontSize { get; set; }

Visual Basic  Copy Code

Public Property SubtitleFontSize As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also