Esri Business Analyst Server API for Silverlight 2.2 Reference
CreateSymbolFactory Property
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.ThematicMapping Namespace > TMSymbolizationProvider Class : CreateSymbolFactory Property

Glossary Item Box

A factory method to be used for creating a symbol by color.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Remarks

The signature of this method is the following:

Symbol CreateSymbolFactory(TMLayer layer, Color color, int index);

The index parameter passed to this factory specifies a zero-based index of color in the color ramp. Two special values of indices are also possible: -1 means that a symbol for the mid color of the color ramp is requested (this case is used with the UniqueValueRenderer when classification ranges are missing) and -2 means that out-of-range symbol is requested.

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

© 2010-2012 Esri, Inc. All Rights Reserved.