
%if AXIS_TYPE != DATE %or AXIS_YEARS_LABEL != ON %then
	%unset AXIS_YEARS_LABEL_FONT
	%unset AXIS_YEARS_LABEL_HEIGHT
	%unset AXIS_YEARS_LABEL_FONT_STYLE
	%unset AXIS_YEARS_LABEL_COLOUR

%if AXIS_MONTHS_LABEL != ON %or AXIS_TYPE != DATE %then
	%unset AXIS_MONTHS_LABEL_COLOUR
	%unset AXIS_MONTHS_LABEL_FONT
	%unset AXIS_MONTHS_LABEL_FONT_STYLE
	%unset AXIS_MONTHS_LABEL_COMPOSITION
	%unset AXIS_MONTHS_LABEL_HEIGHT

%if AXIS_DAYS_LABEL != BOTH %and AXIS_DAYS_LABEL != DAY %and AXIS_DAYS_LABEL != NUMBER %or AXIS_TYPE != DATE %then
	%unset AXIS_DAYS_LABEL_COMPOSITION
	%unset AXIS_DAYS_LABEL_COLOUR
	%unset AXIS_DAYS_SUNDAY_LABEL_COLOUR
	%unset AXIS_DAYS_LABEL_POSITION
	%unset AXIS_DAYS_LABEL_HEIGHT
	%unset AXIS_DAYS_LABEL_FONT
	%unset AXIS_DAYS_LABEL_FONT_STYLE

%if AXIS_HOURS_LABEL != ON %or AXIS_TYPE != DATE %then
	%unset AXIS_HOURS_LABEL_COLOUR
	%unset AXIS_HOURS_LABEL_FONT
	%unset AXIS_HOURS_LABEL_FONT_STYLE
	%unset AXIS_HOURS_LABEL_HEIGHT

%if AXIS_TICK != ON %or AXIS_TYPE != POSITION_LIST %then
	%unset AXIS_TICK_POSITION_LIST

%if AXIS_TICK != ON %or AXIS_TYPE != DATE %and AXIS_TYPE != GEOLINE %and AXIS_TYPE != REGULAR %then
	%unset AXIS_TICK_INTERVAL

%if AXIS_LINE != ON %then
	%unset AXIS_LINE_COLOUR
	%unset AXIS_LINE_THICKNESS
	%unset AXIS_LINE_STYLE

%if AXIS_GRID != ON %or AXIS_MINOR_GRID != ON %then
	%unset AXIS_MINOR_GRID_COLOUR
	%unset AXIS_MINOR_GRID_LINE_STYLE
	%unset AXIS_MINOR_GRID_THICKNESS

%if AXIS_GRID != ON %then
	%unset AXIS_GRID_REFERENCE_COLOUR
	%unset AXIS_GRID_LINE_STYLE
	%unset AXIS_GRID_REFERENCE_LINE_STYLE
	%unset AXIS_GRID_REFERENCE_THICKNESS
	%unset AXIS_GRID_THICKNESS
	%unset AXIS_MINOR_GRID
	%unset AXIS_GRID_REFERENCE_LEVEL
	%unset AXIS_GRID_COLOUR

%if AXIS_TITLE != ON %then
	%unset AXIS_TITLE_FONT
	%unset AXIS_TITLE_ORIENTATION
	%unset AXIS_TITLE_TEXT
	%unset AXIS_TITLE_HEIGHT
	%unset AXIS_TITLE_FONT_STYLE
	%unset AXIS_TITLE_COLOUR

%if AXIS_TICK != ON %then
	%unset AXIS_TICK_COLOUR
	%unset AXIS_TICK_THICKNESS
	%unset AXIS_TICK_SIZE

%if AXIS_TICK_LABEL != ON %or AXIS_TICK_LABEL_TYPE != LABEL_LIST %then
	%unset AXIS_TICK_LABEL_LIST

%if AXIS_TICK_LABEL != ON %or AXIS_TICK_LABEL_TYPE != NUMBER %then
	%unset AXIS_TICK_LABEL_FORMAT

%if AXIS_TICK_LABEL != ON %then
	%unset AXIS_TICK_LABEL_POSITION
	%unset AXIS_TICK_LABEL_LAST
	%unset AXIS_TICK_LABEL_FONT
	%unset AXIS_TICK_LABEL_COLOUR
	%unset AXIS_TICK_LABEL_FONT_STYLE
	%unset AXIS_TICK_LABEL_FIRST
	%unset AXIS_TICK_LABEL_FREQUENCY
	%unset AXIS_TICK_LABEL_TYPE
	%unset AXIS_TICK_LABEL_ORIENTATION
	%unset AXIS_TICK_LABEL_HEIGHT

%if AXIS_MINOR_TICK != ON %then
	%unset AXIS_MINOR_TICK_COLOUR
	%unset AXIS_MINOR_TICK_COUNT
	%unset AXIS_MINOR_TICK_THICKNESS

%if AXIS_TIP_TITLE != ON %then
	%unset AXIS_TIP_TITLE_TEXT
	%unset AXIS_TIP_TITLE_QUALITY
	%unset AXIS_TIP_TITLE_COLOUR
	%unset AXIS_TIP_TITLE_HEIGHT

%if AXIS_TYPE != DATE %then
	%unset AXIS_DAYS_LABEL
	%unset AXIS_HOURS_LABEL
	%unset AXIS_MONTHS_LABEL
	%unset AXIS_YEARS_LABEL
	%unset AXIS_DATE_TYPE
