Click or drag to resize

CrossesType Enumeration

Determines where axis will cross.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum CrossesType
Members
  Member nameValueDescription
AxisCrossesAtZero0 The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
Maximum1 The axis crosses at the maximum value.
Custom2 Custom value from property CrossAt
See Also