ComponentOne LinearGauge for ASP.NET Web Forms
Concepts / LinearGauge Pointer
In This Topic
    LinearGauge Pointer
    In This Topic

    The C1LinearGauge control includes a pointer which indicates the selected C1Gauge.Value of the control. The pointer consists of the C1Gauge.Pointer element:

     

    The C1Gauge.Pointer element appears by default as a blue tapering element, but you can customize the appearance of the C1Gauge.Pointer element by setting several properties in the GaugePointer class, including the GaugePointer.LengthGaugePointer.OffsetGaugePointer.ShapeGaugePointer.PointerStyleGaugePointer.TemplateGaugePointer.Visible, and GaugePointer.Width properties.
    In the image above, the  C1Gauge.Pointer element is customized.

    See Also