HCYAxisOptions constructor
const
HCYAxisOptions({
- HCAxisAccessibilityOptionsObject? accessibility,
- bool? alignTicks,
- bool? allowDecimals,
- dynamic alternateGridColor,
- num? angle,
- dynamic borderColor,
- num? borderWidth,
- List<
HCYAxisBreaksOptions> ? breaks, - List<
String> ? categories, - num? ceiling,
- String? className,
- dynamic color,
- dynamic crosshair,
- num? crossing,
- HCAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- bool? enabled,
- bool? endOnTick,
- HCYAxisEventsOptions? events,
- num? floor,
- HCYAxisGridOptions? grid,
- dynamic gridLineColor,
- String? gridLineDashStyle,
- String? gridLineInterpolation,
- num? gridLineWidth,
- num? gridZIndex,
- dynamic height,
- String? id,
- HCYAxisLabelsOptions? labels,
- dynamic left,
- dynamic lineColor,
- num? lineWidth,
- num? linkedTo,
- num? margin,
- dynamic max,
- dynamic maxColor,
- dynamic maxLength,
- num? maxPadding,
- num? maxRange,
- num? maxZoom,
- dynamic min,
- dynamic minColor,
- dynamic minLength,
- dynamic minorGridLineColor,
- String? minorGridLineDashStyle,
- num? minorGridLineWidth,
- dynamic minorTickColor,
- dynamic minorTickInterval,
- num? minorTickLength,
- String? minorTickPosition,
- bool? minorTicks,
- num? minorTicksPerMajor,
- num? minorTickWidth,
- num? minPadding,
- num? minRange,
- num? minTickInterval,
- num? offset,
- bool? opposite,
- num? pane,
- bool? panningEnabled,
- List<
HCYAxisPlotBandsOptions> ? plotBands, - List<
HCYAxisPlotLinesOptions> ? plotLines, - num? range,
- HCYAxisResizeOptions? resize,
- bool? reversed,
- bool? reversedStacks,
- HCYAxisScrollbarOptions? scrollbar,
- bool? showEmpty,
- bool? showFirstLabel,
- bool? showLastLabel,
- num? softMax,
- num? softMin,
- HCYAxisStackLabelsOptions? stackLabels,
- HCYAxisOptions? stackShadow,
- num? startOfWeek,
- bool? startOnTick,
- num? staticScale,
- List? stops,
- num? tickAmount,
- dynamic tickColor,
- num? tickInterval,
- num? tickLength,
- String? tickmarkPlacement,
- num? tickPixelInterval,
- String? tickPosition,
- List<
num> ? tickPositions, - num? tickWidth,
- HCYAxisTitleOptions? title,
- String? tooltipValueFormat,
- dynamic top,
- String? type,
- bool? uniqueNames,
- List? units,
- bool? visible,
- dynamic width,
- num? zIndex,
- bool? zoomEnabled,
Implementation
const HCYAxisOptions({
this.accessibility,
this.alignTicks,
this.allowDecimals,
this.alternateGridColor,
this.angle,
this.borderColor,
this.borderWidth,
this.breaks,
this.categories,
this.ceiling,
this.className,
this.color,
this.crosshair,
this.crossing,
this.dateTimeLabelFormats,
this.enabled,
this.endOnTick,
this.events,
this.floor,
this.grid,
this.gridLineColor,
this.gridLineDashStyle,
this.gridLineInterpolation,
this.gridLineWidth,
this.gridZIndex,
this.height,
this.id,
this.labels,
this.left,
this.lineColor,
this.lineWidth,
this.linkedTo,
this.margin,
this.max,
this.maxColor,
this.maxLength,
this.maxPadding,
this.maxRange,
this.maxZoom,
this.min,
this.minColor,
this.minLength,
this.minorGridLineColor,
this.minorGridLineDashStyle,
this.minorGridLineWidth,
this.minorTickColor,
this.minorTickInterval,
this.minorTickLength,
this.minorTickPosition,
this.minorTicks,
this.minorTicksPerMajor,
this.minorTickWidth,
this.minPadding,
this.minRange,
this.minTickInterval,
this.offset,
this.opposite,
this.pane,
this.panningEnabled,
this.plotBands,
this.plotLines,
this.range,
this.resize,
this.reversed,
this.reversedStacks,
this.scrollbar,
this.showEmpty,
this.showFirstLabel,
this.showLastLabel,
this.softMax,
this.softMin,
this.stackLabels,
this.stackShadow,
this.startOfWeek,
this.startOnTick,
this.staticScale,
this.stops,
this.tickAmount,
this.tickColor,
this.tickInterval,
this.tickLength,
this.tickmarkPlacement,
this.tickPixelInterval,
this.tickPosition,
this.tickPositions,
this.tickWidth,
this.title,
this.tooltipValueFormat,
this.top,
this.type,
this.uniqueNames,
this.units,
this.visible,
this.width,
this.zIndex,
this.zoomEnabled,
});