v2.47

Enumerations

enum  LineStyle {
  LineStyle_None , LineStyle_Continuous , LineStyle_Dashed , LineStyle_LongDashedDotted ,
  LineStyle_Dotted , LineStyle_LongDashedDoubleDotted , LineStyle_LongDashedTriplicateDotted , LineStyle_LongDashedShortDashed ,
  LineStyle_LongDashedDoubleShortDashed , LineStyle_DashedSpaced , LineStyle_DashedDotted , LineStyle_DoubleDashedDotted ,
  LineStyle_DashedDoubleDotted , LineStyle_DoubleDashedDoubleDotted , LineStyle_DashedTriplicateDotted , LineStyle_DoubleDashedTriplicateDotted
}
 An enumeration type for supported line styles. . More...

Enumeration Type Documentation

◆ LineStyle

enum LineStyle

An enumeration type for supported line styles. .

See also
Renga::Parameters::LineStyle
Enumerator
LineStyle_None 

Line style is undefined.

LineStyle_Continuous 

Line style is continuous.

LineStyle_Dashed 

Line style is dashed.

LineStyle_LongDashedDotted 

Line style is long-dashed dotted.

LineStyle_Dotted 

Line style is dotted.

LineStyle_LongDashedDoubleDotted 

Line style is long-dashed double-dotted.

LineStyle_LongDashedTriplicateDotted 

Line style is long-dashed triplicate-dotted.

LineStyle_LongDashedShortDashed 

Line style is long-dashed short-dashed.

LineStyle_LongDashedDoubleShortDashed 

Line style is long-dashed double-short-dashed.

LineStyle_DashedSpaced 

Line style is dashed spaced.

LineStyle_DashedDotted 

Line style is dashed dotted.

LineStyle_DoubleDashedDotted 

Line style is double-dashed dotted.

LineStyle_DashedDoubleDotted 

Line style is dashed double-dotted.

LineStyle_DoubleDashedDoubleDotted 

Line style is double-dashed double-dotted.

LineStyle_DashedTriplicateDotted 

Line style is dashed triplicate-dotted.

LineStyle_DoubleDashedTriplicateDotted 

Line style is double-dashed triplicate-dotted.