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 SourceColor
Gets or sets the color.
Declaration
IGridColor Color { get; set; }
Property Value
Type | Description |
---|---|
IGrid |
The color. |
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. |
Label
Gets or sets a label for the rule. Does not apply to GridColorRule
Declaration
ITextSymbol Label { get; set; }
Property Value
Type | Description |
---|---|
IText |
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. |