Class LabelPointExval
Inheritance
System.Object
LabelPointExval
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class LabelPointExval : Object
Constructors
LabelPointExval()
Declaration
public LabelPointExval()
Properties
End
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Start
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |