FormatProperties
.
Marker
Marker for the data-point on the chart.
Example
=
Chart
(2", 1.5") {
ChartType
:
ChartTypes
.
Line
;
Marker
:
Markers
.
Diamond
(
Colors
.
Red
);
XAxis
:
ChartAxis
{
"Alpha"
;
"Beta"
;
"Gamma"
};
ChartSeries
{
10; 15; 12
};
};
Alpha
Beta
Gamma
0
4
8
12
16