Search Results for

    Show / Hide Table of Contents

    Interface IGridColorRule

    A grid color rule

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IGridColorRule

    Properties

    | Improve this Doc View Source

    Color

    Gets or sets the color.

    Declaration
    IGridColor Color { get; set; }
    Property Value
    Type Description
    IGridColor

    The color.

    | Improve this Doc View Source

    Filter

    Gets or sets a filter for the rule. This is a boolean FDO expression. Any features that pass this filter are styled using this rule's stylization

    Declaration
    string Filter { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Label

    Gets or sets a label for the rule. Does not apply to GridColorRule

    Declaration
    ITextSymbol Label { get; set; }
    Property Value
    Type Description
    ITextSymbol
    | Improve this Doc View Source

    LegendLabel

    Gets or sets the label for the rule to be displayed in the legend

    Declaration
    string LegendLabel { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng