Class ShapeData
Inheritance
System.Object
ShapeData
Assembly: BoldReports.UWP.dll
Syntax
public class ShapeData : Object
Constructors
ShapeData()
Declaration
Properties
ColorValuePath
Declaration
public string ColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPath
Declaration
public string LabelPath { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxSize
Declaration
public double MaxSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinSize
Declaration
public double MinSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShapeColorValuePath
Declaration
public string ShapeColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
ShapeValuePath
Declaration
public string ShapeValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
ValuePath
Declaration
public string ValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|