A nullable double value specifying the component's desired width. Valid only after calling Measure.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> DesiredWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DesiredWidth As Nullable(Of Double) |
A nullable double value.
See Also