SparkChartItem Class Properties

In this section, the SparkChartItem class properties are presented in alphabetical order.

Description

Use this property to specify the border color for the shape representing this spark chart item as an Integer value

The following lists all the values you can specify. You can use either the numeric or constant value.

Numeric Value

Constant Value

Description

-1

%ChartColor_Series_Default

Note: %ChartColor_Series_Default is the default value.

Default color as selected by the charting engine.

0

%ChartColor_Black

Black

1

%ChartColor_Blue

Blue

2

%ChartColor_Cyan

Cyan

3

%ChartColor_DarkGray

Dark gray

4

%ChartColor_Gray

Gray

5

%ChartColor_Green

Green

6

%ChartColor_LightGray

Light gray

7

%ChartColor_Magenta

Magenta

8

%ChartColor_Orange

Orange

9

%ChartColor_Pink

Pink

10

%ChartColor_Red

Red

11

%ChartColor_White

White

12

%ChartColor_Yellow

Yellow

13

%ChartColor_Red_Orange

Red-orange

14

%ChartColor_Yellow_Green

Yellow-green

15

%ChartColor_Blue_Violet

Blue-violet

16

%ChartColor_Purple

Purple

17

%ChartColor_Yellow_Orange

Yellow-orange

This property is read/write.

Description

Use this property to specify the color for the shape representing this spark chart item as an Integer value.

The following lists all the values you can specify. You can use either the numeric or constant value

Numeric Value

Constant Value

Description

-1

%ChartColor_Series_Default

Note: %ChartColor_Series_Default is the default value.

Default color as selected by the charting engine.

0

%ChartColor_Black

Black

1

%ChartColor_Blue

Blue

2

%ChartColor_Cyan

Cyan

3

%ChartColor_DarkGray

Dark gray

4

%ChartColor_Gray

Gray

5

%ChartColor_Green

Green

6

%ChartColor_LightGray

Light gray

7

%ChartColor_Magenta

Magenta

8

%ChartColor_Orange

Orange

9

%ChartColor_Pink

Pink

10

%ChartColor_Red

Red

11

%ChartColor_White

White

12

%ChartColor_Yellow

Yellow

13

%ChartColor_Red_Orange

Red-orange

14

%ChartColor_Yellow_Green

Yellow-green

15

%ChartColor_Blue_Violet

Blue-violet

16

%ChartColor_Purple

Purple

17

%ChartColor_Yellow_Orange

Yellow-orange

This property is read/write.

Description

Use this property to specify float value for this spark chart item as a Number value. The float value becomes the floor, or starting point, for the spark chart item in pixels. The value of the Value property is added to the float.

If this property is not specified, the default value is to start the bar from the x-axis, effectively 0.

Note: This property applies only when the Type property of the SparkChart instance is set to %SparkChartType_FloatingBar.

This property is read/write.

Description

Use this property to specify a Boolean value indicating whether a marker is displayed for this spark chart item.

The default value is False.

This property is read/write.

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.

Description

Use this property to specify the value (or height in pixels) for this spark chart item as a Numeric value.

Note: If the Type property of the SparkChart instance is set to %SparkChartType_FloatingBar and a float value is defined for this spark chart item, then FloatValue and Value are added to determine the top of the bar.

This property is read/write.