Defines the grid marks that should be drawn by the TRSAxisGrid class.
Namespace: RSChartConsts
Delphi
|
type
TAxisDrawGridOption = (
goDrawMajorGrid,
goDrawMinorGrid,
goDrawTickMarks,
goDrawOrigin);
|
|
Name
|
Description
|
|
goDrawMajorGrid
|
Draw the Major Grid Marks (the major lines that divide the chart)
|
|
goDrawMinorGrid
|
Draw the Minor Grid Marks (the lines that are inbetween the Major Grid Marks)
|
|
goDrawOrigin
|
Draw the origin lines (0,0)
|
|
goDrawTickMarks
|
Draw the Tick Marks (the small minor grid marks that are drawn on the axis itself)
|
Top
|