Class SmithchartSmithchartMargin
Inheritance
System.Object
SmithchartSmithchartMargin
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSmithchartMargin : EJTagHelper
Constructors
SmithchartSmithchartMargin()
Declaration
public SmithchartSmithchartMargin()
Properties
Bottom
bottom margin of chartArea.
Declaration
public double Bottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Left
left margin of chartArea.
Declaration
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Right
right margin of chartArea.
Declaration
public double Right { get; set; }
Property Value
Type |
Description |
System.Double |
|
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|