Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapLegendRange Class
Fields Properties Methods


In This Topic
    NMapLegendRange Class Members
    In This Topic

    The following tables list the members exposed by NMapLegendRange.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the format string used for the last line of the legend. By default set to "more than {0}".  
    Public PropertyGets/Sets the format string used in all lines of the legend (except for the last one). By default set to "{0} - {1}".  
    Public PropertyGets/Sets the title of the legend. By default set to "Legend". (Inherited from Nevron.Diagram.Maps.NMapLegend)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates the legend as a table shape and adds it to the specified layer. (Inherited from Nevron.Diagram.Maps.NMapLegend)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the color for the row at the given index. (Inherited from Nevron.Diagram.Maps.NMapLegend)
    Protected MethodGets the number of rows in the legend excluding the title. By default returns the number of colors in the fill rule this legend is created from. (Inherited from Nevron.Diagram.Maps.NMapLegend)
    Protected MethodOverridden.   
    Protected MethodCalled when the panel that hosts this legend needs to be painted. (Inherited from Nevron.Diagram.Maps.NMapLegend)
    Top
    See Also