See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DataGridSeriesHeader Property

Gets or sets the header label of the DataGrid control specified by the DataGrid property.

[Visual Basic]
Public Property DataGridSeriesHeader As String
[C#]
public string DataGridSeriesHeader {get; set;}

Remarks

This property controls the header label used for the datagrid series name column. If set to "none" the series name column will be removed. If set to "%XAxisLabel", xAxis label set as the header label of the datagrid.

Example

[C#] 

Chart.DataGridSeriesHeader = "Sales for 2003";

[Visual Basic] 

Chart.DataGridSeriesHeader = "Sales for 2003"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.