Gets or sets uniform stroke dash style for all elements of all series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<DashStyle> UniformStrokeDashStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UniformStrokeDashStyle As Nullable(Of DashStyle) |
See Also