TcxGridChartHistogramAxisValue Class
A value axis.
#Declaration
Delphi
TcxGridChartHistogramAxisValue = class(
TcxGridChartHistogramAxis
)
#Remarks
In addition to the settings inherited from the base TcxGridChartHistogramAxis class, the TcxGridChartHistogramAxisValue
class introduces properties that allow you to change the following:
- The value display range (MinMaxValues, MinValue, and MaxValue).
- The tick mark label format pattern (TickMarkLabelFormat).
#Direct TcxGridChartHistogramAxisValue Class Reference
TcxGridChartHistogram.AxisValue property references a TcxGridChartHistogramAxisValue
object.
#Inheritance
TObject
TPersistent
TcxCustomGridChartDiagramOptions
TcxGridChartHistogramAxis
TcxGridChartHistogramAxisValue
See Also