CrossBetweenType Enumeration
|
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum CrossBetweenType
Public Enumeration CrossBetweenType
public enum class CrossBetweenType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
0
|
Not specified,then the application should choose an appropriate behavior.
|
|
|
Between
|
0
|
Specifies the value axis shall cross the category axis between data markers.
|
|
|
MidpointOfCategory
|
1
|
Specifies the value axis shall cross the category axis at the midpoint of a category.
|
See Also