interface AxisInformationOptions {
    axisScaleType?: AxisScaleEnumeration;
    axisSteps?: null | number[];
    engineeringUnits?: EUInformationOptions;
    euRange?: RangeOptions;
    title?: null | LocalizedTextLike;
}

Properties

axisScaleType?: AxisScaleEnumeration
axisSteps?: null | number[]
engineeringUnits?: EUInformationOptions
euRange?: RangeOptions
title?: null | LocalizedTextLike