Chart.AddTitle(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.