Hide Comments
Hide Comments

Comments (0)

Defines display and computation options for a TRSChartAxis.
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TAxisOption = ( 
  axAutomaticMinimum, 
  axAutomaticMaximum, 
  axShowLabels, 
  axShowGrid, 
  axShowTitle, 
  axInverted, 
  axLogarithmic ); 
 

expandingMembers

 

Name

Description

public enummember

axAutomaticMaximum

Directs the chart axis to calculate the axis maximum automatically based on the maximum values of the charts associated with the axis.

public enummember

axAutomaticMinimum

Directs the chart axis to calculate the axis minimum automatically based on the minimum values of the charts associated with the axis.

public enummember

axInverted

Directs the chart axis to invert or switch its values. If the chart axis would normally display from 0 to 100, this option would cause the chart axis to display from 100 to 0.

public enummember

axLogarithmic

Directs the chart axis to divide the axis logarithmically instead of linearly

public enummember

axShowGrid

Directs the chart axis to display the axis grid
 

public enummember

axShowLabels

Directs the chart axis to display labels on the axis

public enummember

axShowTitle

Directs the chart axis to display the Title

Top

expandingSee Also

Comments (0)

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