Enum PivotChartSizeType
Defines the unit of Strip line Size. They are Auto - In numeric axis, it will consider a number and DateTime axis, it will consider as milliseconds. Pixel - The stripline gets their size in pixel. Year - The stipline size is based on year in the DateTime axis. Month - The stipline size is based on month in the DateTime axis. Day - The stipline size is based on day in the DateTime axis. Hour - The stipline size is based on hour in the DateTime axis. Minutes - The stipline size is based on minutes in the DateTime axis. Seconds - The stipline size is based on seconds in the DateTime axis.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum PivotChartSizeType
Fields
Name | Description |
---|---|
Auto | Auto - In numeric axis, it will consider a number and DateTime axis, it will consider as milliseconds. |
Days | Days - The stipline size is based on day in the DateTime axis. |
Hours | Hours - The stipline size is based on hour in the DateTime axis. |
Minutes | Minutes - The stipline size is based on minutes in the DateTime axis. |
Months | Months - The stipline size is based on month in the DateTime axis. |
Pixel | Pixel - The stripline gets their size in pixel. |
Seconds | Seconds - The stipline size is based on seconds in the DateTime axis. |
Years | Years - The stipline size is based on year in the DateTime axis. |