The set of standard tick mark shapes.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum C1GaugeMarkShape
Visual Basic (Declaration)
Public Enumeration C1GaugeMarkShape

Members

Member nameDescription
Custom Use the custom shape for tick marks.
Rectangle Display a tick mark as rectangle.
Round Display a tick mark as circle or round rectangle.
Triangle Display a tick mark as triangle.

See Also