Click or drag to resize

StiMarkerBaseShowValue Property

Gets or sets a value indicating whether to display a current value of the indicator.

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiBoolConverter))]
public bool ShowValue { get; set; }

Property Value

Type: Boolean

Implements

IStiGaugeMarkerShowValue
See Also