MindFusion.Wpf Pack Programmer's Guide
AxisSettings.TitleFontSize Property
See Also
 





Gets or sets the font size of the axis title, or null (Nothing in Visual Basic), to use the FontSize property of the chart.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property TitleFontSize As Nullable(Of Double)

 Property Value

A nullable double value. The default is null (Nothing in Visual Basic).

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Spreadsheet.Wpf.Charts Namespace