dotnetCHARTING Send comments on this topic.
GetScaleRange Method
See Also 
dotnetCHARTING Namespace > SmartPalette Class : GetScaleRange Method


key
Get a ScaleRange object representing the union of all value ranges defined by colors that match the specified key.

Syntax

Visual Basic (Declaration) 
Public Function GetScaleRange( _
   ByVal key As String _
) As ScaleRange
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim key As String
Dim value As ScaleRange
 
value = instance.GetScaleRange(key)
C# 
public ScaleRange GetScaleRange( 
   string key
)

Parameters

key

See Also

© 2011 All Rights Reserved.