Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesBase Class / GetDataGridColumnStyle Method


In This Topic
    GetDataGridColumnStyle Method (NDataSeriesBase)
    In This Topic
    Returns a data grid column style which can be used for visual editing of the data series.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDataGridColumnStyle() As System.Windows.Forms.DataGridColumnStyle
    'Usage
     
    
    Dim instance As NDataSeriesBase
    Dim value As System.Windows.Forms.DataGridColumnStyle
     
    value = instance.GetDataGridColumnStyle()
    public virtual System.Windows.Forms.DataGridColumnStyle GetDataGridColumnStyle()
    Remarks
    The returned column style is adjusted to represent the value formatting settings of the data series.
    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