Assembly: Drawing;
The IStyledEntity interface is used to work with visualizer style.
IStyledEntity
To get visualizer style, cast the interface to the IStyledEntity interface:
ITabCellStyle. Table style interface.
IChart. Chart interface.
IChartExternLegend. External chart legend.
IVZMapChart or IMap. Map interface.
IVZBubbleChart. Bubble chart interface.
IVZBubbleTree. Bubble tree interface.
IVZTreeMap. Tree map interface.
Property name | Brief description | |
ContainerKey | The ContainerKey interface determines key of the style container with style | |
ContainerTag | The ContainerTag property returns text tag of the container with style. | |
PredefinedStyle | The PredefinedStyle property returns standard style. | |
PredefinedStyleCount | The PredefinedStyleCount property returns the number of standard styles. | |
PredefinedStyleIndex | The PredefinedStyleIndex property determines index of standard style. | |
PredefinedStylePreview | The PredefinedStylePreview property returns image used for standard style preview. | |
SheetType | The SheetType property determines the type of styles table in use. |
Method name | Brief description | |
LoadStyleFromContainer | The LoadStyleFromContainer method imports styles from the specified container. | |
SaveStyleToContainer | The SaveStyleToContainer method exports style to the specified container. |
See also: