API Reference
Class
ChartMapLayer
Describes a non-data map layer rendered behind or above a region map.
Inheritance
- Object
- ChartMapLayer
Constructors
ChartMapLayer(ChartForgeX.Core.ChartMapDefinition definition, System.Nullable{ChartForgeX.Primitives.ChartColor} fillColor, System.Nullable{ChartForgeX.Primitives.ChartColor} strokeColor, System.Double strokeWidth, System.String role) #Initializes a new instance of the ChartMapLayer class.
Parameters
- definition ChartForgeX.Core.ChartMapDefinition
- The map geometry definition.
- fillColor System.Nullable{ChartForgeX.Primitives.ChartColor}
- The optional fill color.
- strokeColor System.Nullable{ChartForgeX.Primitives.ChartColor}
- The optional stroke color.
- strokeWidth System.Double
- The stroke width in rendered pixels.
- role System.String
- The semantic role used in SVG metadata.
Properties
Definition #Gets the map geometry definition rendered by this layer.
FillColor #Gets the optional fill color. Null renders the layer without fill.
StrokeColor #Gets the optional stroke color. Null renders the layer without stroke.
StrokeWidth #Gets the stroke width in rendered pixels.
Role #Gets the semantic role used in SVG metadata.