.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : DataGridSeriesHeader Property
DataGridSeriesHeader Property (Chart)
Gets or sets the header label of the DataGrid control specified by the DataGrid property.
Syntax
'Declaration
 
Public Property DataGridSeriesHeader As String
'Usage
 
Dim instance As Chart
Dim value As String
 
instance.DataGridSeriesHeader = value
 
value = instance.DataGridSeriesHeader
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
Chart.DataGridSeriesHeader = "Sales for 2003";
Chart.DataGridSeriesHeader = "Sales for 2003"
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also