Class ShapeData
Inheritance
System.Object
ShapeData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ShapeData : IReportDispose, IDisposable
Constructors
ShapeData()
Declaration
public ShapeData()
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 |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable