Xceed Chart for WinForms v4.4 Documentation
GetDataGridColumnStyle Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : GetDataGridColumnStyle Method
Returns a data grid column style which can be used for the visual editing of the data series
Syntax
'Declaration
 
Public Function GetDataGridColumnStyle() As DataGridColumnStyle
'Usage
 
Dim instance As DataSeries
Dim value As DataGridColumnStyle
 
value = instance.GetDataGridColumnStyle()
public DataGridColumnStyle GetDataGridColumnStyle()
Remarks
The newly created column style is properly formatted to represent the ValueFormat 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

Reference

DataSeries Class
DataSeries Members