Search
Component.DesiredWidth Property
See Also
 






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

Namespace: MindFusion.Charting.Components
Assembly: 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

A nullable double value.

 See Also