LineStyle.DashStyle Property
Specifies the dash style used to paint the line.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v21.2.dll
Declaration
[DXDesignerSerializableProperty(XtraSerializationVisibility.Content)]
public DashStyle DashStyle { get; set; }
Property Value
Type | Description |
---|---|
DashStyle | A DashStyle object that represents the sequence of dashes and gaps for the line style. |
See Also