XYDiagramPane Members
Represents an XY-diagram’s additional pane.Constructors
Name | Description |
---|---|
XYDiagramPane() | Initializes a new instance of the XYDiagramPane class with the default settings. |
XYDiagramPane(String) | Initializes a new instance of the XYDiagramPane class with the specified name. |
Properties
Name | Description |
---|---|
ActualEnableAxisXScrolling | Gets the actual value specifying whether it’s allowed to scroll the pane along its X-axis. Inherited from XYDiagramPaneBase. |
ActualEnableAxisXZooming | Gets the actual value specifying whether it’s allowed to zoom the pane along its X-axis. Inherited from XYDiagramPaneBase. |
ActualEnableAxisYScrolling | Gets the actual value specifying whether it’s allowed to scroll the pane along its Y-axis. Inherited from XYDiagramPaneBase. |
ActualEnableAxisYZooming | Gets the actual value specifying whether it’s allowed to zoom the pane along its Y-axis. Inherited from XYDiagramPaneBase. |
Annotations | Provides access to the annotations collection of the pane. Inherited from XYDiagramPaneBase. |
BackColor | Gets or sets the pane’s background color. Inherited from XYDiagramPaneBase. |
BackImage | Gets the pane’s background image settings. Inherited from XYDiagramPaneBase. |
BorderColor | Gets or sets the pane’s border color. Inherited from XYDiagramPaneBase. |
BorderVisible | Gets or sets whether the pane’s border is visible. Inherited from XYDiagramPaneBase. |
EnableAxisXScrolling | Specifies whether scrolling is allowed for the pane along its X-axis. Inherited from XYDiagramPaneBase. |
EnableAxisXZooming | Specifies whether zooming is allowed for the pane along its X-axis. Inherited from XYDiagramPaneBase. |
EnableAxisYScrolling | Specifies whether scrolling is allowed for the pane along its Y-axis. Inherited from XYDiagramPaneBase. |
EnableAxisYZooming | Specifies whether zooming is allowed for the pane along its Y-axis. Inherited from XYDiagramPaneBase. |
FillStyle | Gets the diagram pane’s background fill style. Inherited from XYDiagramPaneBase. |
LayoutOptions | Returns settings that configure the pane’s position in the Grid Layout. Inherited from XYDiagramPaneBase. |
Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
PaneID | Gets or sets a pane’s ID, which is intended for internal use only. |
RuntimeCollapse | Gets or sets the value that defines whether an end user can collapse or expand the pane at runtime. Inherited from XYDiagramPaneBase. |
ScrollBarOptions | Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled. Inherited from XYDiagramPaneBase. |
SelectionRectangle | Returns the selection rectangle’s appearance settings. Inherited from XYDiagramPaneBase. |
Shadow | Gets the diagram pane’s shadow settings. Inherited from XYDiagramPaneBase. |
SizeInPixels | Obsolete. Gets or sets the size (in pixels) of the XYDiagramPaneBase, if the pane’s XYDiagramPaneBase.SizeMode property set to PaneSizeMode.UseSizeInPixels. Inherited from XYDiagramPaneBase. |
SizeMode | Obsolete. Gets or sets a value indicating whether a pane‘s size should be fixed, or changed when a chart is resized. Inherited from XYDiagramPaneBase. |
StackedBarTotalLabel | Returns the settings of total labels that belong to series groups within the pane. Inherited from XYDiagramPaneBase. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
Title | Returns the pane title settings. Inherited from XYDiagramPaneBase. |
Visibility | Specifies the pane’s visibility. Inherited from XYDiagramPaneBase. |
Visible | Obsolete. Specifies whether the pane is visible. Inherited from XYDiagramPaneBase. |
Weight | Obsolete. Gets or sets the relative size of the XYDiagramPaneBase if the pane’s XYDiagramPaneBase.SizeMode property is set to PaneSizeMode.UseWeight. Inherited from XYDiagramPaneBase. |
ZoomRectangle | Provides access to the settings that define the appearance of the zoom rectangle. Inherited from XYDiagramPaneBase. |
Methods
Name | Description |
---|---|
Assign(ChartElement) | Copies all the settings from the XYDiagramPane 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. Inherited from XYDiagramPaneBase. |
Equals(Object, Object) static | Determines 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. Inherited from XYDiagramPaneBase. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ResetZoom() | Resets the current zoom to the default value. Inherited from XYDiagramPaneBase. |
ToString() | Returns the textual representation of the named chart element. Inherited from ChartElementNamed. |
See Also