Charting for WinForms Programmer's Guide
GridColumn.Width Property
See Also
 






Gets or sets fixed width for this column.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Nullable(Of Double)

 Property Value

 See Also

GridColumn Members
GridColumn Class
MindFusion.Charting.Components Namespace