withDataLabelStyle method

PolarColumnStyle withDataLabelStyle(
  1. PolarLabelStyle value
)

Replaces PolarColumnStyle.dataLabelStyle with value.

Implementation

PolarColumnStyle withDataLabelStyle(PolarLabelStyle value) =>
    copyWith(dataLabelStyle: value);