ValueAxisCrossesBetweenCategories Property Bytescout Spreadsheet SDK
Gets or sets a value indicating whether the value axis crosses the category axis between categories.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public bool CrossesBetweenCategories { get; set; }

Property Value

Type: Boolean
true if the value axis crosses the category axis between categories; otherwise, false.
Remarks

If this property is set to true then the value axis crosses the category axis between data markers. If this property is set to false then the value axis crosses the category axis at the midpoint of a category.
See Also

Reference