Gets or sets the definition of the tick shape when TickShape is set to Custom.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public string CustomTickShape { get; set; } |
Visual Basic Copy Code |
---|
Public Property CustomTickShape As String |
A string value describing the tick shape.
The value of this property is used to construct a PathFigure for the tick shape using the PathFigure constructor.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |