Link Search Menu Expand Document

ValueAxisCrossesBetweenCategories Property

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.0.2045-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 tofalse then the value axis crosses the category axis at the midpoint of a category.
See Also

Reference