TcxGridChartHistogramAxisTitle Class
Stores an axis title and its settings.
#Declaration
Delphi
TcxGridChartHistogramAxisTitle = class(
TcxCustomGridChartTitle
)
#Remarks
In addition to the settings inherited from the base TcxCustomGridChartTitle class, the TcxGridChartHistogramAxisTitle
class introduces the Axis property that provides access to the parent axis.
#Direct TcxGridChartHistogramAxisTitle Class Reference
The TcxGridChartHistogramAxis.Title property references a TcxGridChartHistogramAxisTitle
object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxCustomGridChartTitle
TcxGridChartHistogramAxisTitle
See Also