ASP.NET Pack Programmer's Guide
Component.DesiredWidth Property
See Also
 





A nullable double value specifying the component's desired width. Valid only after calling Measure.

Namespace: MindFusion.Charting.Components
Package: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property DesiredWidth As Nullable(Of Double)

 Property Value

 See Also

Component Members
Component Class
MindFusion.Charting.Components Namespace