Class MapGridLines
Represents gridlines for a map.
Inheritance
System.Object
MapGridLines
Assembly: BoldReports.UWP.dll
Syntax
public class MapGridLines : Object
Constructors
MapGridLines()
Declaration
Properties
BackGroundExpVal
Declaration
public BackgroundVal BackGroundExpVal { get; set; }
Property Value
Border
Declaration
public BorderProperties Border { get; set; }
Property Value
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Interval
Declaration
public float Interval { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelPosition
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.LabelPosition |
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Style
Declaration
public StyleVal Style { get; set; }
Property Value