GraphInfoLineWidth Property |
Gets or sets a float value that indicates the line width of the graph.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic float LineWidth { get; set; }
Public Property LineWidth As Single
Get
Set
public:
property float LineWidth {
float get ();
void set (float value);
}
member LineWidth : float32 with get, set
Property Value
Type:
Single
See Also