Search
Margins.Width Property
See Also
 






Returns the sum of Left and Right margins.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Width { get; }

Visual Basic  Copy Code

Public ReadOnly Property Width As Double

 Property Value

A double value.

 See Also