Skip to main content

TcxGridChartHistogram.Styles Property

Provides access to a set of styles which control the appearance of the diagram’s elements.

Declaration

property Styles: TcxGridChartHistogramStyles read; write;

Property Value

Type
TcxGridChartHistogramStyles

Remarks

Refer to the description of the TcxGridChartHistogramStyles class to learn about styles available for customization.

Note

You can custom paint a chart’s plot area by handling the OnCustomDrawPlot event.

See Also