Defines the logarithmic equation type to apply to the chart axis (TRSChartAxis).
Namespace: RSChartConsts
Delphi
|
type
TRSLogarithmicType = (
ltCompressRight,
ltCompressLeft,
ltFishEye,
ltHourGlass);
|
|
Name
|
Description
|
|
ltCompressLeft
|
Axis compresses its range to the left (Right side looks zoomed in)
|
|
ltCompressRight
|
Axis compresses its range to the right (Left side looks zoomed in)
|
|
ltFishEye
|
Axis compresses the extremes of the range (left and right are compressed with the middle looking zoomed in)
|
|
ltHourGlass
|
Axis compresses the middle of the range (middle is compressed with the left and right extremes looking zoomed in)
|
Top
|