Table of Contents

Enum BOBChartAxisType

Namespace
BlazOrbit.Charts.Enums
Assembly
BlazOrbit.Charts.dll

Axis scale strategy used to project domain values onto pixel positions.

public enum BOBChartAxisType

Fields

Auto = 0

Auto-detect from the series data type: System.DateTime / System.DateTimeOffsetDateTime, System.IConvertible numeric → Linear, otherwise → Categorical.

Categorical = 2

Discrete categorical scale, equally-spaced ticks.

DateTime = 3

Continuous temporal scale (DateTime / DateTimeOffset / TimeSpan).

Linear = 1

Continuous numeric scale, linear interpolation.