Skip to main content

DiagramItemLineSettings(Double, DiagramDoubleCollection) Constructor

Initializes a new instance of the DiagramItemLineSettings class with specified settings.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramItemLineSettings(
    double strokeThickness,
    DiagramDoubleCollection strokeDashArray
)

Parameters

Name Type
strokeThickness Double
strokeDashArray DevExpress.Diagram.Core.DiagramDoubleCollection
See Also