Class ChartMarkerExval
Inheritance
System.Object
ChartMarkerExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartMarkerExval : Object
Constructors
ChartMarkerExval()
Declaration
public ChartMarkerExval()
Properties
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Borderwidth
Declaration
public double Borderwidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Image
Declaration
public BackGroundImageExval Image { get; set; }
Property Value
MarkerType
Declaration
public string MarkerType { get; set; }
Property Value
Type |
Description |
System.String |
|
ShadowColor
Declaration
public string ShadowColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Shadowoffset
Declaration
public string Shadowoffset { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public double Size { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|