Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.Datatype.svgStyle

datatype class %ZEN.Datatype.svgStyle extends %ZEN.Datatype.datatype

ODBC Type: VARCHAR

This is a string containing a SVG CSS style definition. (Styles within SVG are CSS compliant, but there is a different set of styles available).

Parameters

parameter MAXLEN = 250;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab