getFillAlpha abstract method

int getFillAlpha()

Returns the drawable used for filling the area below the line.

@return Returns the alpha value that is used for filling the line surface, default: 85

@return

Implementation

//  Drawable getFillDrawable(); todo

/// Returns the alpha value that is used for filling the line surface,
/// default: 85
///
/// @return
int getFillAlpha();