MarkerShape property: SparkChartItem class
Description
Use this property to specify the marker shape for this spark chart item.
Note:
The marker is displayed only if the MarkerDisplayed property for this spark chart item is True.
You can specify either an Integer or constant value for this property. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%SparkMarker_Auto Note: %SparkMarker_Auto is the default value. |
Auto |
|
1 |
%SparkMarker_Square |
Square |
|
2 |
%SparkMarker_Circle |
Circle |
|
3 |
%SparkMarker_Diamond |
Diamond |
|
4 |
%SparkMarker_Plus |
Plus sign |
|
5 |
%SparkMarker_TriangleDown |
Triangle with the tip down |
|
6 |
%SparkMarker_TriangleUp |
Triangle with the tip up |
|
7 |
%SparkMarker_Human |
Human |
This property is read/write.
Related Topics