GrapeCity.Xaml.Excel
Width Property (ExcelManualLayout)


GrapeCity.Excel.Chart Namespace > ExcelManualLayout Class : Width Property
Specifies the width (if width mode is Factor) or right (if width mode is edge) of the chart element as a fraction of the width of the chart.
Syntax
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As ExcelManualLayout
Dim value As Double
 
instance.Width = value
 
value = instance.Width
public double Width {get; set;}
See Also

Reference

ExcelManualLayout Class
ExcelManualLayout Members