Class PivotViewPivotPieChartCenter
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.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotPieChartCenter : EJTagHelper
Constructors
PivotViewPivotPieChartCenter()
Declaration
public PivotViewPivotPieChartCenter()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
X
X value of the center.
Declaration
[HtmlAttributeName("x")]
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
Y value of the center.
Declaration
[HtmlAttributeName("y")]
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |