MobileTrack Nexus Documentation
C#
Show/Hide TOC
Anchor Enumeration
The anchor to be used as a point of reference for a
ChartDatasetDataLabels
.
Definition
Namespace:
BlazorBootstrap
Assembly:
BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
C#
Copy
Request Example
public
enum
Anchor
Members
None
0
No anchor will be used.
Start
1
The anchor will be the start of the dataset.
Center
2
The anchor will be the center of the dataset. (this is the default)
End
3
The anchor will be the end of the dataset.
See Also
Reference
BlazorBootstrap Namespace
In This Article
Definition
Members
See Also