Click or drag to resize

StiNeedleCenterPoint Property

Gets or sets the center coordinate, around which it rotates. The minimum value - Point (0,0), the maximum - Point (1,1).

Namespace:  Stimulsoft.Report.Components.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiPointFConverter))]
public PointF CenterPoint { get; set; }

Property Value

Type: PointF
See Also