TdxChartXYSeriesLineMarkers.Size Property
Specifies size of value markers, in pixels.
Declaration
property Size: Single read; write;
Property Value
Type | Description |
---|---|
Single | The current size (in pixels) of value markers at |
Remarks
Use the Size
property to adjust size of value markers in a Line or Area series.
Examples
Value | Example[1] |
---|---|
8 (default) |
|
4 |
Property Setter Behavior
The Size
property setter changes the property value to 1
if you assign a value below 1
to the Size
property.
Property Values and Scaling
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.
Default Value
The Size
property’s default value is DefaultMarkerSize.
-
This example demonstrates different value marker sizes when the Kind property is set to TdxChartXYMarkerKind.Circle.