interface GaugeLine {
    color: Color;
    width: number;
}

Properties

Properties

color: Color
width: number