Search
Component.Width Property
See Also
 






Gets or sets a fixed width for this component.

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

A nullable double value.

 See Also