.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataEngine Class : DataGridSeriesHeader Property
DataGridSeriesHeader Property (DataEngine)
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 DataEngine
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
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