SeriesCalloutSpecFluent extension
Generated fluent modifiers for SeriesCalloutSpec.
Methods
-
clearAnchor(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.anchor tonull. -
clearAnchorX(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.anchorX tonull. -
clearBackgroundColor(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.backgroundColor tonull. -
clearBackgroundOpacity(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.backgroundOpacity tonull. -
clearBorderColor(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.borderColor tonull. -
clearBorderRadius(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.borderRadius tonull. -
clearBorderWidth(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.borderWidth tonull. -
clearColor(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.color tonull. -
clearConnectorGlow(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.connectorGlow tonull. -
clearConnectorOpacity(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.connectorOpacity tonull. -
clearConnectorWidth(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.connectorWidth tonull. -
clearLabel(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.label tonull. -
clearShow(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.show tonull. -
clearTextStyle(
) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Clears SeriesCalloutSpec.textStyle tonull. -
withAnchor(
SeriesCalloutAnchor value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.anchor withvalue. -
withAnchorX(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.anchorX withvalue. -
withBackgroundColor(
Color value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.backgroundColor withvalue. -
withBackgroundOpacity(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.backgroundOpacity withvalue. -
withBorderColor(
Color value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.borderColor withvalue. -
withBorderRadius(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.borderRadius withvalue. -
withBorderWidth(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.borderWidth withvalue. -
withColor(
Color value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.color withvalue. -
withConnectorGlow(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.connectorGlow withvalue. -
withConnectorOpacity(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.connectorOpacity withvalue. -
withConnectorWidth(
double value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.connectorWidth withvalue. -
withLabel(
String value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.label withvalue. -
withPriority(
int value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.priority withvalue. -
withShow(
bool value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.show withvalue. -
withTextStyle(
TextStyle value) → SeriesCalloutSpec -
Available on SeriesCalloutSpec, provided by the SeriesCalloutSpecFluent extension
Replaces SeriesCalloutSpec.textStyle withvalue.