DatumDetails<D> constructor
DatumDetails<D> ({
- dynamic datum,
- int? index,
- D? domain,
- DomainFormatter<
D> ? domainFormatter, - D? domainLowerBound,
- D? domainUpperBound,
- num? measure,
- MeasureFormatter? measureFormatter,
- num? measureLowerBound,
- num? measureUpperBound,
- num? measureOffset,
- num? rawMeasure,
- num? rawMeasureLowerBound,
- num? rawMeasureUpperBound,
- ImmutableSeries<
D> ? series, - Color? color,
- Color? fillColor,
- FillPatternType? fillPattern,
- Color? areaColor,
- List<
int> ? dashPattern, - NullablePoint? chartPosition,
- NullablePoint? chartPositionLower,
- NullablePoint? chartPositionUpper,
- Rectangle<
int> ? bounds, - double? domainDistance,
- double? measureDistance,
- double? relativeDistance,
- double? radiusPx,
- SymbolRenderer? symbolRenderer,
- double? strokeWidthPx,
Implementation
DatumDetails(
{this.datum,
this.index,
this.domain,
this.domainFormatter,
this.domainLowerBound,
this.domainUpperBound,
this.measure,
this.measureFormatter,
this.measureLowerBound,
this.measureUpperBound,
this.measureOffset,
this.rawMeasure,
this.rawMeasureLowerBound,
this.rawMeasureUpperBound,
this.series,
this.color,
this.fillColor,
this.fillPattern,
this.areaColor,
this.dashPattern,
this.chartPosition,
this.chartPositionLower,
this.chartPositionUpper,
this.bounds,
this.domainDistance,
this.measureDistance,
this.relativeDistance,
this.radiusPx,
this.symbolRenderer,
this.strokeWidthPx});