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

PaneAnchorPoint.Pane Property

Specifies the pane to which the annotation is anchored.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public XYDiagramPaneBase Pane { get; set; }

Property Value

Type Description
XYDiagramPaneBase

An XYDiagramPaneBase class descendant representing the pane to which the annotation is anchored.

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

AnnotationAnchoring_Pane

For more information, refer to Annotations.

See Also