XYDiagramPaneBase Properties
Represents the base class for the XY-diagram pane objects.Name | Description |
---|---|
ActualEnableAxisXScrolling | Gets the actual value specifying whether it’s allowed to scroll the pane along its X-axis. |
ActualEnableAxisXZooming | Gets the actual value specifying whether it’s allowed to zoom the pane along its X-axis. |
ActualEnableAxisYScrolling | Gets the actual value specifying whether it’s allowed to scroll the pane along its Y-axis. |
ActualEnableAxisYZooming | Gets the actual value specifying whether it’s allowed to zoom the pane along its Y-axis. |
Annotations | Provides access to the annotations collection of the pane. |
BackColor | Gets or sets the pane’s background color. |
BackImage | Gets the pane’s background image settings. |
BorderColor | Gets or sets the pane’s border color. |
BorderVisible | Gets or sets whether the pane’s border is visible. |
EnableAxisXScrolling | Specifies whether scrolling is allowed for the pane along its X-axis. |
EnableAxisXZooming | Specifies whether zooming is allowed for the pane along its X-axis. |
EnableAxisYScrolling | Specifies whether scrolling is allowed for the pane along its Y-axis. |
EnableAxisYZooming | Specifies whether zooming is allowed for the pane along its Y-axis. |
FillStyle | Gets the diagram pane’s background fill style. |
LayoutOptions | Returns settings that configure the pane’s position in the Grid Layout. |
Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
RuntimeCollapse | Gets or sets the value that defines whether an end user can collapse or expand the pane at runtime. |
ScrollBarOptions | Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled. |
SelectionRectangle | Returns the selection rectangle’s appearance settings. |
Shadow | Gets the diagram pane’s shadow settings. |
SizeInPixels | Obsolete. Gets or sets the size (in pixels) of the XYDiagramPaneBase, if the pane’s XYDiagramPaneBase.SizeMode property set to PaneSizeMode.UseSizeInPixels. |
SizeMode | Obsolete. Gets or sets a value indicating whether a pane‘s size should be fixed, or changed when a chart is resized. |
StackedBarTotalLabel | Returns the settings of total labels that belong to series groups within the pane. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
Title | Returns the pane title settings. |
Visibility | Specifies the pane’s visibility. |
Visible | Obsolete. Specifies whether the pane is visible. |
Weight | Obsolete. Gets or sets the relative size of the XYDiagramPaneBase if the pane’s XYDiagramPaneBase.SizeMode property is set to PaneSizeMode.UseWeight. |
ZoomRectangle | Provides access to the settings that define the appearance of the zoom rectangle. |
See Also