Show / Hide Table of Contents

Enum eCrosses

Where the axis cross.

Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public enum eCrosses

Fields

Name Description
AutoZero

(Axis Crosses at Zero) The category axis crosses at the zero point of the valueaxis (if possible), or the minimum value (if theminimum is greater than zero) or the maximum (if the maximum is less than zero).

Max

The axis crosses at the maximum value

Min

(Axis crosses at the minimum value of the chart.

Extension Methods

EnumExtensions.AsString()
Back to top Generated by DocFX