Back to Devexpress

XYDiagramPaneBase Members

corelibraries-devexpress-dot-xtracharts-dot-xydiagrampanebase-dot-underscore-members.md

latest8.9 KB
Original Source

XYDiagramPaneBase Members

Represents the base class for the XY-diagram pane objects.

Properties

NameDescription
ActualEnableAxisXScrollingGets the actual value specifying whether it’s allowed to scroll the pane along its X-axis.
ActualEnableAxisXZoomingGets the actual value specifying whether it’s allowed to zoom the pane along its X-axis.
ActualEnableAxisYScrollingGets the actual value specifying whether it’s allowed to scroll the pane along its Y-axis.
ActualEnableAxisYZoomingGets the actual value specifying whether it’s allowed to zoom the pane along its Y-axis.
AnnotationsProvides access to the annotations collection of the pane.
BackColorGets or sets the pane’s background color.
BackImageGets the pane’s background image settings.
BorderColorGets or sets the pane’s border color.
BorderVisibleGets or sets whether the pane’s border is visible.
EnableAxisXScrollingSpecifies whether scrolling is allowed for the pane along its X-axis.
EnableAxisXZoomingSpecifies whether zooming is allowed for the pane along its X-axis.
EnableAxisYScrollingSpecifies whether scrolling is allowed for the pane along its Y-axis.
EnableAxisYZoomingSpecifies whether zooming is allowed for the pane along its Y-axis.
FillStyleGets the diagram pane’s background fill style.
LayoutOptionsReturns settings that configure the pane’s position in the Grid Layout.
NameGets or sets the name of the chart element. Inherited from ChartElementNamed.
RuntimeCollapseGets or sets the value that defines whether an end user can collapse or expand the pane at runtime.
ScrollBarOptionsGets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled.
SelectionRectangleReturns the selection rectangle’s appearance settings.
ShadowGets the diagram pane’s shadow settings.
StackedBarTotalLabelReturns the settings of total labels that belong to series groups within the pane.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TitleReturns the pane title settings.
VisibilitySpecifies the pane’s visibility.
ZoomRectangleProvides access to the settings that define the appearance of the zoom rectangle.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the XYDiagramPaneBase object passed as the parameter.
Clone()Creates a copy of the current ChartElement object. Inherited from ChartElement.
Dispose()Releases all resources used by the XYDiagramPaneBase descendent.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetBounds()Returns information about the pane bounds.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ResetZoom()Resets the current zoom to the default value.
ToString()Returns the textual representation of the named chart element. Inherited from ChartElementNamed.

See Also

XYDiagramPaneBase Class

DevExpress.XtraCharts Namespace