Back to Devexpress

PaneAnchorPoint.AxisXCoordinate Property

corelibraries-devexpress-dot-xtracharts-dot-paneanchorpoint-9d15d3d8.md

latest2.8 KB
Original Source

PaneAnchorPoint.AxisXCoordinate Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public AxisXCoordinate AxisXCoordinate { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisXCoordinate As AxisXCoordinate

Property Value

TypeDescription
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.

See Also

AnchorPoint

Pane

AxisYCoordinate

Annotations

PaneAnchorPoint Class

PaneAnchorPoint Members

DevExpress.XtraCharts Namespace