|
LineControl
|
This property controls the horizontal and vertical lines which make the graphs grid. Possible values are as follows: VCL Enumerations Replace the x prefix with either g(graph), sg(scientific graph), or td(3d graph) eGridLineControl = (gYPlusXAxis, gYAxis, gXAxis, gNoGrid);
|
|
Style
|
This property controls the style of line used to form the graphs grid. Possible values are as follows: Graph VCL Enumerations eGridStyle = (gThin, gThick, gDot, gDash, gPixel); Scientific Graph VCL Enumerations eGridStyle = (sgThin, sgThick, sgDot, sgDash, sgPixel);
|