StockSeries.AxisGroup Property
Gets or sets the axis group to which the stock series belongs.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ChartAxisGroupType | A value that specifies the series axis group. |
Available values:
| Name | Description |
|---|---|
| Primary | Uses primary axes. |
| Secondary | Uses secondary axes. |
Remarks
For additional information about axes, refer to the following help topic: DevExpress Presentation API: Chart Axes.
See Also