LinearScaleMarker.ShapeOffset Property
Gets or sets the offset of the marker's center from the scale axis.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v20.2.Core.dll
Declaration
[DefaultValue(0F)]
public float ShapeOffset { get; set; }
<DefaultValue(0F)>
Public Property ShapeOffset As Single
Property Value
Type | Default | Description |
---|---|---|
Single | 0 |
The offset of the marker's center from the scale axis, in relative coordinates. |
Remarks
See Coordinate System, to learn about relative coordinates.
Implements
DevExpress.XtraGauges.Core.Model.IMarker.ShapeOffset
See Also
Feedback