'Declaration
Public Property TotalValue As System.Integer
public System.int TotalValue {get; set;}
Remarks
For ex, if the count is 5, split is 2 and the totalValue is 100, then the value that every step represents is 100/(5 * 2) = 10 and one star represents the 10*(1 * 2) = 20;