Class LinearPointerProperties
Inheritance
System.Object
LinearPointerProperties
Assembly: BoldReports.UWP.dll
Syntax
public class LinearPointerProperties : Object
Constructors
LinearPointerProperties()
Declaration
public LinearPointerProperties()
Properties
BarBackgroundColor
Declaration
public string BarBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BarBorderColor
Declaration
public string BarBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BarBorderWidth
Declaration
public double BarBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarDistanceFromScale
Declaration
public double BarDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarValue
Declaration
public double BarValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
BarWidth
Declaration
public double BarWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerBackgroundColor
Declaration
public string MarkerBackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerBorderColor
Declaration
public string MarkerBorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerBorderWidth
Declaration
public double MarkerBorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerDistanceFromScale
Declaration
public double MarkerDistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerLength
Declaration
public double MarkerLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerStyle
Declaration
public string MarkerStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerValue
Declaration
public double MarkerValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MarkerWidth
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|