Hide Comments
Hide Comments

Comments (0)

Defines the grid marks that should be drawn by the TRSAxisGrid class.

AxisGridOptionsExample

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TAxisDrawGridOption = ( 
  goDrawMajorGrid, 
  goDrawMinorGrid, 
  goDrawTickMarks, 
  goDrawOrigin); 
 

expandingMembers

 

Name

Description

public enummember

goDrawMajorGrid

Draw the Major Grid Marks (the major lines that divide the chart)

public enummember

goDrawMinorGrid

Draw the Minor Grid Marks (the lines that are inbetween the Major Grid Marks)

public enummember

goDrawOrigin

Draw the origin lines (0,0)

public enummember

goDrawTickMarks

Draw the Tick Marks (the small minor grid marks that are drawn on the axis itself)
 

Top

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb