37 SetZAxisVisibility(0);
38 SetYAxisVisibility(1);
39 SetXAxisVisibility(1);
41 SetDrawXInnerGridlines(1);
43 GetLabelTextProperty(0)->SetFontSize(15);;
44 GetTitleTextProperty(0)->SetFontSize(15);;
45 GetLabelTextProperty(0)->SetColor(0,0,0);
46 GetTitleTextProperty(0)->SetColor(0,0,0);
47 GetLabelTextProperty(1)->SetFontSize(15);;
48 GetTitleTextProperty(1)->SetFontSize(15);;
49 GetLabelTextProperty(1)->SetColor(0,0,0);
50 GetTitleTextProperty(1)->SetColor(0,0,0);
52 GetXAxesLinesProperty()->SetColor(0, 0, 0);
53 GetXAxesLinesProperty()->SetLineWidth(2);
54 GetYAxesLinesProperty()->SetColor(0, 0, 0);
55 GetYAxesLinesProperty()->SetLineWidth(2);
59 GetXAxesGridlinesProperty()->SetLineWidth(0.5);
60 GetXAxesGridlinesProperty()->SetColor(0, 0, 0);
61 GetYAxesGridlinesProperty()->SetColor(0, 0, 0);
62 SetTickLocationToOutside();