FFChartAxisInfo_AxisLabel$json top-level constant

  1. @Deprecated('Use fFChartAxisInfoDescriptor instead')
Map<String, Object> const FFChartAxisInfo_AxisLabel$json

Implementation

@$core.Deprecated('Use fFChartAxisInfoDescriptor instead')
const FFChartAxisInfo_AxisLabel$json = {
  '1': 'AxisLabel',
  '2': [
    {
      '1': 'title',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'title'
    },
    {'1': 'show_labels', '3': 2, '4': 1, '5': 8, '10': 'showLabels'},
    {
      '1': 'label_style',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'labelStyle'
    },
    {'1': 'label_interval', '3': 4, '4': 1, '5': 1, '10': 'labelInterval'},
    {
      '1': 'label_format',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartLabelFormatInfo',
      '10': 'labelFormat'
    },
    {'1': 'reserved_size', '3': 6, '4': 1, '5': 1, '10': 'reservedSize'},
  ],
};