Class ChartDataLabelExval
Inheritance
System.Object
ChartDataLabelExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartDataLabelExval : Object
Constructors
ChartDataLabelExval()
Declaration
public ChartDataLabelExval()
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
BackGroundColor
Declaration
public string BackGroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderStyle
Declaration
public string BorderStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Font
Declaration
public FontExval Font { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Position
Declaration
public string Position { get; set; }
Property Value
Type |
Description |
System.String |
|
Rotation
Declaration
public int Rotation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
UsExvalueAsLabel
Declaration
public bool UsExvalueAsLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|