PARAMSHARE ; ParamShare; PARAMSHARE
{
	COLOUR {
		%include MagicsColors.h
		}
	STYLE {
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DOT; CHAIN_DOT
		CHAIN_DASH; CHAIN_DASH
	}
}
MBOXPLOT; Magics; Automatically generated
{
	BOXPLOT_POSITIONS
	[ help_text = 'Array containing the x-values		' ]
	{
		*		
		/
	} 
	BOXPLOT_DATE_POSITIONS
	[ help_text = 'Array containing the dates X-values		' ]
	{		@; @
		/
	}
	BOXPLOT_MINIMUM_VALUES
	[ help_text = 'Array containing minimum values		' ]
	{
		*		
		/
	} 
	BOXPLOT_MAXIMUM_VALUES
	[ help_text = 'Array containing maximum values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX_UPPER_VALUES
	[ help_text = 'Array containing the upper box values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX_LOWER_VALUES
	[ help_text = 'Array containing the lower box values		' ]
	{
		*		
		/
	} 
	BOXPLOT_MEDIAN_VALUES
	[ help_text = 'Array containing the median values		' ]
	{
		*		
		/
	} 
	BOXPLOT_BOX
	[ help_text = 'Turns the plotting of the box on or off		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_BOX_COLOUR
	[ help_text = 'Colour of the box		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = SKY

	BOXPLOT_BOX_WIDTH
	[ help_text = 'Width of the box in centimeters		' ]
	{
		*
	} = 1.0

	BOXPLOT_BOX_BORDER
	[ help_text = 'Determines whether the box border is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_BOX_BORDER_COLOUR
	[ help_text = 'Colour of the box border		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_BOX_BORDER_THICKNESS
	[ help_text = 'Thickness of the box border		' ]
	{
		*
	} = 1

	BOXPLOT_BOX_BORDER_LINE_STYLE
	[ help_text = 'Line style of the box border		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_MEDIAN
	[ help_text = 'Determines whether the median line is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_MEDIAN_COLOUR
	[ help_text = 'Colour of the median line		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_MEDIAN_THICKNESS
	[ help_text = 'Thickness of the median line		' ]
	{
		*
	} = 3

	BOXPLOT_MEDIAN_LINE_STYLE
	[ help_text = 'Line style of the median line		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_WHISKER
	[ help_text = 'Determines whether the whiskers are shown as lines, boxes or not at all		' ]
	{
		BOX; BOX
		OFF; OFF
		LINE; LINE
	} = LINE

	BOXPLOT_WHISKER_BOX_COLOUR
	[ help_text = 'Colour of the whisker box		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = SKY

	BOXPLOT_WHISKER_BOX_WIDTH
	[ help_text = 'Width of the whisker box in centimeters		' ]
	{
		*
	} = 0.25

	BOXPLOT_WHISKER_BOX_BORDER
	[ help_text = 'Determines whether the whisker box border is drawn or not		' ]
	{
		ON; ON
		OFF; OFF
	} = ON

	BOXPLOT_WHISKER_BOX_BORDER_COLOUR
	[ help_text = 'Colour of the whisker box border		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_WHISKER_BOX_BORDER_THICKNESS
	[ help_text = 'Thickness of the whisker box border		' ]
	{
		*
	} = 1

	BOXPLOT_WHISKER_BOX_BORDER_LINE_STYLE
	[ help_text = 'Line style of the whisker box border		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

	BOXPLOT_WHISKER_LINE_COLOUR
	[ help_text = 'Colour of the whisker line		', help = help_colour,interface = colour]
	{
		&PARAMSHARE&COLOUR
	} = NAVY

	BOXPLOT_WHISKER_LINE_THICKNESS
	[ help_text = 'Thickness of the whisker line		' ]
	{
		*
	} = 3

	BOXPLOT_WHISKER_LINE_STYLE
	[ help_text = 'Line style of the whisker line		' ]
	{
		SOLID; SOLID
		DASH; DASH
		DOT; DOT
		CHAIN_DASH; CHAIN_DASH
		CHAIN_DOT; CHAIN_DOT
	} = SOLID

}
