Charting for WPF Programmer's Guide

AxisSettings.Title Property

See Also
 


Gets or sets the title of the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string value. Default is an empty string ("").

 Remarks

The title label is drawn under the axis labels for the X-axis and behind the axis labels for the Y-axis.

 See Also