GaugeTickMarkShapes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the shape of a tick mark for a CustomLabel.
public enum class GaugeTickMarkShapes
public enum GaugeTickMarkShapes
type GaugeTickMarkShapes =
Public Enum GaugeTickMarkShapes
- Inheritance
-
GaugeTickMarkShapes
Fields
Name | Value | Description |
---|---|---|
Rectangle | 0 | A rectangular marker. |
None | 1 | No marker. |
Triangle | 2 | A triangular marker. |
Circle | 3 | A circular marker. |
Diamond | 4 | A diamond marker. |
Trapezoid | 5 | A trapezoidal marker. |
Star | 6 | A star marker. |
Wedge | 7 | A wedge-shaped marker. |
Pentagon | 8 | A pentagonal marker. |