Class TickMarkProperties
Inheritance
System.Object
TickMarkProperties
Assembly: BoldReports.UWP.dll
Syntax
public class TickMarkProperties : Object
Constructors
TickMarkProperties()
Declaration
public TickMarkProperties()
Properties
MajorTickColor
Declaration
public string MajorTickColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MajorTickDistanceFromScale
Declaration
public double MajorTickDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
MajorTickHide
Declaration
public bool MajorTickHide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MajorTickLength
Declaration
public double MajorTickLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MajorTickPlacement
Declaration
public string MajorTickPlacement { get; set; }
Property Value
Type |
Description |
System.String |
|
MajorTickWidth
Declaration
public double MajorTickWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTickColor
Declaration
public string MinorTickColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MinorTickDistanceFromScale
Declaration
public double MinorTickDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTickHide
Declaration
public bool MinorTickHide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MinorTickLength
Declaration
public double MinorTickLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinorTickPlacement
Declaration
public string MinorTickPlacement { get; set; }
Property Value
Type |
Description |
System.String |
|
MinorTickWidth
Declaration
public double MinorTickWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|