IChartGridLine
Width Property
|
Gets or sets the width of a line.
Read/write
Double
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
double Width { get; set; }
Property Width As Double
Get
Set
property double Width {
double get ();
void set (double value);
}
abstract Width : float with get, set
Property Value
Type:
Double
See Also