Skip to main content
A newer version of this page is available. .

PaneAnchorPoint.AxisXCoordinate Property

Specifies the X-axis coordinate for the annotation‘s PaneAnchorPoint.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
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.

AnnotationAnchoring_Pane

The value defined for the axis should correspond to its scale type.

For more information, refer to Annotations.

See Also