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;}
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.
[C#]
Chart.DataGridSeriesHeader = "Sales for 2003"; |
[Visual Basic]
Chart.DataGridSeriesHeader = "Sales for 2003" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.