SeriesLineBorderWidth Property |
Gets or sets the width of the series line.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override float Width { get; set; }
Public Overrides Property Width As Single
Get
Set
public:
virtual property float Width {
float get () override;
void set (float value) override;
}
abstract Width : float32 with get, set
override Width : float32 with get, set
Property Value
Type:
SingleWidth of line
See Also