AxisLayout Class |
Namespace: Arction.WinForms.Charting.Views.ViewXY
The AxisLayout type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisLayout |
Constructor.
| |
| AxisLayout(ViewXY) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AutoAdjustAxisGap |
Auto adjust axis gap.
| |
| AutoAdjustMargins |
Calculate margins automatically.
| |
| AutoShrinkSegmentsGap |
Automatically shrink segments gap so that all segments can fit in graph.
| |
| AxisGridStrips |
Axis grid strip.
| |
| GridVisibilityOrder |
Grid visibility order. Note each axis has individual controls for major and minor grid visibility, color, line style etc.
| |
| Segments |
Y-axis segment list. Used, when axis layout is segmented.
| |
| SegmentsGap |
When stacked or segmented view is defined and there's more than one Y-axis defined,
this is the gap in pixels between graph segments.
| |
| XAxisAutoPlacement |
X-axes auto placement.
| |
| XAxisTitleAutoPlacement |
Place X-axis title automatically. If enabled overwrites X-axis' Title and Units two properties: VerticalAlign and DistanceToAxis.
| |
| XGridStripAxisIndex |
X-grid strip fill axis index.
| |
| YAxesLayout |
Y-axis mode, when there's several Y-axes defined
| |
| YAxisAutoPlacement |
Y-axes auto placement.
| |
| YAxisTitleAutoPlacement |
Place Y-axis title automatically. If enabled overwrites Y-axis' Title and Units two properties: HorizontalAlign and DistanceToAxis.
| |
| YGridStripAxisIndexLayered |
Y-grid fill strip axis index.
Only applies when YAxesLayout is 'Layered'. In 'Stacked', each axis has an own vertical space and strips applied to that space only. |
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts object to string representation.
(Overrides ObjectToString.) |