Search
AxisSettings.Title Property
See Also
 






Gets or sets the axis title.

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

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

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

 See Also