Dundas Chart for ASP.NET
Register Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Utilities Namespace > KeywordsRegistry Class : Register Method


name
Keyword full name.
keyword
Keyword text.
keywordAliases
Keyword alternative text.
description
Keyword description.
appliesToTypes
Comma separated list of applicable classe.
appliesToProperties
Comma separated list of applicable properties.
supportsFormatting
True if formatting is supported.
supportsValueIndex
True if different point Y values are supported.
Adds keyword information into the registry.

Syntax

Visual Basic (Declaration)  
Public Sub Register( _
   ByVal name As String, _
   ByVal keyword As String, _
   ByVal keywordAliases As String, _
   ByVal description As String, _
   ByVal appliesToTypes As String, _
   ByVal appliesToProperties As String, _
   ByVal supportsFormatting As Boolean, _
   ByVal supportsValueIndex As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As KeywordsRegistry
Dim name As String
Dim keyword As String
Dim keywordAliases As String
Dim description As String
Dim appliesToTypes As String
Dim appliesToProperties As String
Dim supportsFormatting As Boolean
Dim supportsValueIndex As Boolean
 
instance.Register(name, keyword, keywordAliases, description, appliesToTypes, appliesToProperties, supportsFormatting, supportsValueIndex)
C#  
public void Register( 
   string name,
   string keyword,
   string keywordAliases,
   string description,
   string appliesToTypes,
   string appliesToProperties,
   bool supportsFormatting,
   bool supportsValueIndex
)

Parameters

name
Keyword full name.
keyword
Keyword text.
keywordAliases
Keyword alternative text.
description
Keyword description.
appliesToTypes
Comma separated list of applicable classe.
appliesToProperties
Comma separated list of applicable properties.
supportsFormatting
True if formatting is supported.
supportsValueIndex
True if different point Y values are supported.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.