Chart.AddTitle(String, String) Method

Definition

Adds a title to the chart.

public System.Web.Helpers.Chart AddTitle (string text = default, string name = default);
member this.AddTitle : string * string -> System.Web.Helpers.Chart
Public Function AddTitle (Optional text As String = null, Optional name As String = null) As Chart

Parameters

text
String

The title text.

name
String

The unique name of the title.

Returns

The chart.

Applies to