corelibraries-devexpress-dot-xtracharts-dot-paneanchorpoint.md
Specifies the pane to which the annotation is anchored.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public XYDiagramPaneBase Pane { get; set; }
Public Property Pane As XYDiagramPaneBase
| Type | Description |
|---|---|
| XYDiagramPaneBase |
An XYDiagramPaneBase class descendant representing the pane to which the annotation is anchored.
|
If the Annotation.AnchorPoint property is set to the PaneAnchorPoint type, you can specify to which particular pane the annotation is anchored (via the Pane property), and define the axes (via the AxisXCoordinate.Axis and AxisYCoordinate.Axis properties) and their values for the annotation’s anchor point (via the PaneAnchorPoint.AxisXCoordinate and PaneAnchorPoint.AxisYCoordinate properties).
For more information, refer to Annotations.
See Also
How to: Create an Image Annotation Anchored to a Chart or Pane