TemplateLoadOptions1 constants

These values correspond to the TemplateLoadOption1 property and are expressed in hexadecimal, using the Visual Basic notation. To specify more than one option, use a bitwise OR operation. For example, to load the line width and color from a template:
object name.TemplateLoadOptions1 = rstTemplateLineWidth OR rstTemplateLineColor
The following constants are defined:
Constant
Value
rstTemplateChartRadix
&H00000800&
rstTemplateDataPointConnection
&H00000400&
rstTemplateDisplayBackground
&H00000008&
rstTemplateDisplayCurrentTime
&H00000040&
rstTemplateDisplayLineDesc
&H00000001&
rstTemplateDisplayMilliseconds
&H00002000&
rstTemplateDisplayMinMaxValue
&H00000002&
rstTemplateDisplayPens
&H00000010&
rstTemplateDisplayPenValues
&H00000020&
rstTemplateDisplayTitle
&H00000004&
rstTemplateDisplayValueBar
&H00000200&
rstTemplateDisplayXAxisGrid
&H00400000&
rstTemplateDisplayXAxisScale
&H00200000&
rstTemplateDisplayYAxisGrid
&H04000000&
rstTemplateDisplayYAxisScale
&H02000000&
rstTemplateIsolatedGraphing
&H80000000&
rstTemplateLineColor
&H00020000&
rstTemplateLineMarker
&H00080000&
rstTemplateLineStyle
&H00100000&
rstTemplateLineType
&H00040000&
rstTemplateLineVisible
&H00008000&
rstTemplateLineWidth
&H00010000&
rstTemplateNumDecimalPlaces
&H08000000&
rstTemplateOptions1All
&HFFFFFFF&
rstTemplateOptions1None
&H00000000&
rstTemplateScrollMechanism
&H00000100&
rstTemplateScrollMode
&H00000080&
rstTemplateSizeAndPosition
&H00001000&
rstTemplateStartTime
&H01000000&
rstTemplateTimeFormat
&H00004000&
rstTemplateXAxisGridColor
&H00800000&
rstTemplateYAxisGridColor
&H10000000&
rstTemplateYAxisMinMaxOptions
&H20000000&
rstTemplateYAxisScaleOptions
&H40000000&
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal