Common Chart Object properties
Two properties are found in many chart objects: fill settings and text settings.
Fill Settings property
| |
Syntax
Fill_Settings;None | Solid | Pattern | Wash | Bitmap, Type, Color1, Color2
Description
Lets you specify the color and pattern of objects. If Fill Style is None, leave the Type field empty
The following table lists properties and syntax for the Fill Settings:
Property
|
Syntax
|
Fill Settings
|
Fill_Settings;None | Solid | Pattern | Wash | Bitmap, Type, Color1, Color2
|
None
|
Fill_Settings;None
|
Solid
|
Fill_Settings;Solid,Solid
|
Pattern
|
Fill_Settings;Pattern,Solid
|
|
Fill_Settings;Pattern,”Tight Dots”
|
|
Fill_Settings;Pattern,”Thick Stripes Down”
|
|
Fill_Settings;Pattern,”Thick Stripes Up”
|
|
Fill_Settings;Pattern,”Vertical Lines”
|
|
Fill_Settings;Pattern,”Horizontal Lines”
|
|
Fill_Settings;Pattern,”Horizontal Grid”
|
|
Fill_Settings;Pattern,”Hatch 1″
|
|
Fill_Settings;Pattern,”Diagonal 1″
|
|
Fill_Settings;;Pattern,”Diagonal 2″
|
|
Fill_Settings;Pattern,Vertical
|
|
Fill_Settings;Pattern,Horizontal
|
|
Fill_Settings;Pattern,”Loose Dots”
|
|
Fill_Settings;Pattern,”Medium Dots”
|
|
Fill_Settings;Pattern,Pepita
|
|
Fill_Settings;Pattern,Scales
|
|
Fill_Settings;Pattern,”Diagonal Grid”
|
|
Fill_Settings;Pattern,”Hatch 2″
|
|
Fill_Settings;Pattern,”Fuzzy Stripes Down”
|
|
Fill_Settings;Pattern,Weave
|
|
Fill_Settings;Pattern,”Zig Zag”
|
|
Fill_Settings;Pattern,”Staggered Dashes”
|
|
Fill_Settings;Pattern,Lattice
|
|
Fill_Settings;Pattern,Bricks
|
Wash
|
Fill_Settings;Wash,”Left to right”
|
|
Fill_Settings Wash,”Right to left”
|
|
Fill_Settings;Wash,”Center to left and right”
|
|
Fill_Settings;Wash,”Top to bottom”
|
|
Fill_Settings;wash,”Bottom to top”
|
|
Fill_Settings;Wash,”Center to top and bottom”
|
Bitmap
|
Fill_Settings;Bitmap,”Crop to fit” | “Shrink to fit” | “Tile to fit” | “3D perspective”,BitmapName
|
Color1
|
Red, Blue, Green
|
Color2
|
Red, Blue, Green
|
Example
{SETPROPERTY Fill_Settings;”Pattern;Solid;;0;0;128;255;255;255″}
Text Settings property
| |
Syntax
Text_Settings;Solid|Wash|Bitmap|3D, WashType, BitmapName,Shadow, Color1, Color2
Description
Lets you specify whether chart text is solid, a washed tone, or a bitmap. If the style is Solid or Wash, leave the BitmapName field empty. Shadow indicates whether text should have a drop shadow (Yes) or no shadow (No).
The following table lists properties and syntax for the Text Settings:
Property
|
Syntax
|
Text Settings
|
Text_Settings;Solid|Wash|Bitmap|3D, WashType, BitmapName,Shadow, Color1, Color2
|
Solid
|
Text_Settings;Solid,None,,Shadow
|
Wash
|
Text_Settings;Wash,”Left to right”,,Shadow
|
|
Text_Settings;Wash,”Right to left”,,Shadow
|
|
Text_Settings;Wash,”Center to left and right”,,Shadow
|
|
Text_Settings;Wash,”Top to bottom”,, Shadow
|
|
Text_Settings;Wash,”Bottom to top”,,Shadow
|
|
Text_Settings;Wash,”Center to top and bottom”,,Shadow
|
Bitmap
|
Text_Settings;Bitmap,”Crop to fit”|”Shrink to fit”,BitmapName,Shadow
|
3D
|
Text_Settings;3D, Above Left | Above Center | Above Right | Level Left | Level Center | Level Right | Bottom Left | Bottom Center | Bottom Right,,,PerspectiveAmount(0-100), Shaded?(Yes | No)
|
Color 1
|
Red, Blue, Green
|
Color 2
|
Red, Blue, Green
|
Common Chart Object properties