Skip to main content

ScaleType

Namespace: Wisej.Web.Ext.ChartJS3

Assembly: Wisej.Web.Ext.ChartJS3

Type of scale being employed.

public enum ScaleType : Enum

Fields

NameDescription
CategoryLabels are drawn in from the labels array included in the chart data.
LinearThe linear scale can be used to display numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
LogarithmicThe logarithmic scale is used to display logarithmic data of course. It can be placed on either the x or y axis.
RadialLinearThe radial linear scale is used specifically for the radar chart type.
TimeThe time scale is used to display times and dates. It can be placed on the x axis. When building its ticks, it will automatically calculate the most comfortable unit base on the size of the scale.