Enum gnuplot::DashType [−][src]
pub enum DashType {
Solid,
SmallDot,
Dot,
Dash,
DotDash,
DotDotDash,
}An enumeration of possible dash styles
Variants
SolidSmallDotDotDashDotDashDotDotDash
Methods
impl DashType[src]
impl DashType