PaneAnchorPoint.AxisXCoordinate Property
Specifies the X-axis coordinate for the annotation‘s PaneAnchorPoint.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public AxisXCoordinate AxisXCoordinate { get; }
Property Value
Type | Description |
---|---|
AxisXCoordinate | An AxisXCoordinate object that defines the annotation anchor point’s X-axis coordinate. |
Remarks
If the Annotation.AnchorPoint property is set to the PaneAnchorPoint type, you can specify to which particular pane the annotation is anchored (via the PaneAnchorPoint.Pane property), and define its axes coordinates (via the AxisXCoordinate and PaneAnchorPoint.AxisYCoordinate properties).
For the X-axis, you should specify its AxisXCoordinate.Axis and AxisCoordinate.AxisValue properties.
The value defined for the axis should correspond to its scale type.
For more information, refer to Annotations.