MapMatrix NetGIS Class Library

ThematicProperties Constructor (String, rendertype, String, String, Int32, Boolean, Boolean, Int32)

Constructor

public ThematicProperties(
   string ValueField,
   rendertype RenderType,
   string StartColor,
   string EndColor,
   int LabelSize,
   bool AllowDuplicates,
   bool Mask,
   int MaxScale
);

Parameters

ValueField
Column Name that contains the attribute to display
RenderType
Type of Rendering to perform
StartColor
Start color (R,G,B) for thematic range displays
EndColor
End color (R,G,B) for thematic range displays
LabelSize
Size (point size) to use for the labels
AllowDuplicates
Indicates whether or not duplicate labels will be allowed at display
Mask
Masking for display
MaxScale
Maximum distance across the display area that labels will be shown (in ground coordinates)

See Also

ThematicProperties Class | MapMatrix.Features Namespace | ThematicProperties Constructor Overload List