vcl-dxchartxyserieslineview-dot-tdxchartxyserieslinemarkers-9034c9d1.md
Specifies size of value markers, in pixels.
property Size: Single read; write;
| Type | Description |
|---|---|
| Single |
The current size (in pixels) of value markers at 96 DPI. The property value can be 1 or higher.
|
Use the Size property to adjust size of value markers in a Line or Area series.
| Value | Example[1] |
|---|---|
8 ( default ) | |
4 |
The Size property setter changes the property value to 1 if you assign a value below 1 to the Size property.
The Size property specifies the base diameter (in pixels) of value markers that corresponds to 96 DPI. The Chart control’s draw routines multiply the Size property value by the current scale factor and round the result to the nearest integer to calculate the actual size of value markers on the target screen.
The Size property’s default value is DefaultMarkerSize.
Footnotes
See Also
TdxChartXYSeriesLineMarkers.Kind Property
TdxChartXYSeriesLineMarkers Class