TcxGridChartHistogramStyles.Plot Property
In This Article
Specifies the background color or bitmap for a chart’s plot area.
#Declaration
Delphi
property Plot: TcxStyle index dsPlot read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The plot area style. |
#Remarks
You can handle the OnCustomDrawPlot event to custom draw the diagram plot area.
See Also