TemplateLoadOptions2 constants
These values correspond to the TemplateLoadOption2 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 number of X-axis and Y-axis grid lines from a template, use:
object name.TemplateLoadOptions2 = rstTemplateNumXGridLines OR rstTemplateNumYGridLines
The following constants are defined:
Constant | Value |
---|---|
rstTemplateCustomColors | &H00000100& |
rstTemplateCustomMaxOption | &H00002000& |
rstTemplateCustomMaxTag | &H00000800& |
rstTemplateCustomMinOption | &H00001000& |
rstTemplateCustomMinTag | &H00000400& |
rstTemplateDatalogModel | &H80000000& |
rstTemplateDescriptionLength | &H00000020& |
rstTemplateDisplayDate | &H00400000& |
rstTemplateFontColor | &H04000000& |
rstTemplateFontInformation | &H00000080& |
rstTemplateFontSize | &H00000040& |
rstTemplateLineLegendMaxRowsVisible | &H02000000& |
rstTemplateLineLegendPosition | &H01000000& |
rstTemplateMaxValue | &H20000000& |
rstTemplateMinValue | &H40000000& |
rstTemplateNumMinorXGridLines | &H00100000& |
rstTemplateNumMinorYGridLines | &H00200000& |
rstTemplateNumXGridLines | &H00000008& |
rstTemplateNumYGridLines | &H00000010& |
rstTemplateOptions2All | &HFFFFFFFF& |
rstTemplateOptions2None | &H00000000& |
rstTemplatePens | 0x08000000 |
rstTemplatePenLowerBound | &H00040000& |
rstTemplatePenUpperBound | &H00080000& |
rstTemplatePercentIsolation | &H00000001& |
rstTemplateRelativeTime | &H00800000& |
rstTemplateScaleYPercent | &H00008000& |
rstTemplateStartDate | &H00004000& |
rstTemplateTagName | &H10000000& |
rstTemplateTagNameOnly | &H00010000& |
rstTemplateTimeSpan | &H00000200& |
rstTemplateYAxisCustomMax | &H00000002& |
rstTemplateYAxisCustomMin | &H00000004& |
Provide Feedback