PaneAnchorPoint.Pane Property
Specifies the pane to which the annotation is anchored.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public XYDiagramPaneBase Pane { get; set; }
#Property Value
Type | Description |
---|---|
XYDiagram |
An XYDiagram |
#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 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.