SeriesStyleLineWidth Property |
Gets or sets the line width.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic float LineWidth { get; set; }
Public Property LineWidth As Single
Get
Set
Dim instance As SeriesStyle
Dim value As Single
value = instance.LineWidth
instance.LineWidth = value
Property Value
Single
See Also