LayoutTarget Enum
Specifies whether the plot area used to measure the layout should be inner or outer.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Inner
|
Do not include the tick marks and axis labels. |
Outer
|
Include the tick marks and axis labels. |
Related API Members
The following properties accept/return LayoutTarget values:
See Also