menu
charts_common_sa package
documentation
common.dart
Series<T, D>
setAttribute<R> method
setAttribute<R> method
dark_mode
light_mode
setAttribute<
R
>
method
void
setAttribute
<
R
>(
AttributeKey
<
R
>
key
,
R
value
)
Implementation
void setAttribute<R>(AttributeKey<R> key, R value) { attributes.setAttr(key, value); }
charts_common_sa package
documentation
common
Series<T, D>
setAttribute<R> method
Series class