setGradientColors method

void setGradientColors(
  1. List<GradientColor> gradientColors
)

Sets the start and end color for gradient colors, ONLY color that should be used for this DataSet.

@param gradientColors

Implementation

void setGradientColors(List<GradientColor> gradientColors) {
  this._gradientColors = gradientColors;
}