TcxGridChartDiagram.IsAvailable Method
Determines whether the chart diagram can be displayed within a Chart View.
Declaration
function IsAvailable: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Use the IsAvailable function to determine whether the chart diagram is available for displaying within a Chart View. To make a chart diagram available for displaying within a Chart View, set the Enabled property to True.
By default, the IsAvailable function returns the Enabled property’s value.
See Also