Gets or sets a value indicating whether this AxisRenderer should draw axis coordinates.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool ShowCoordinates { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowCoordinates As Boolean |
A boolean value.
See Also