Gets or sets the stroke dash style of plot borders.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Nullable<DashStyle> BorderStrokeDashStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property BorderStrokeDashStyle As Nullable(Of DashStyle) |
A member of the DashStyle enumeration or null.
Charting for .NET MAUI Guide | © 2024 MindFusion |