Skip to main content

TcxGridChartColumnDiagramValues.BorderWidth Property

Specifies the width of the border (in pixels) for values (data markers).

Declaration

property BorderWidth: Integer read; write; default cxGridChartColumnDiagramDefaultBorderWidth;

Property Value

Type Default
Integer cxGridChartColumnDiagramDefaultBorderWidth

Remarks

Use the BorderWidth property to specify the width of the border (in pixels) for all the data markers within the diagram. Setting this property to 0 means that the data markers don’t have borders.

The default value of the BorderWidth property is specified by the cxGridChartColumnDiagramDefaultBorderWidth constant.

See Also