Class QuietZone
Inheritance
System.Object
QuietZone
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.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class QuietZone
Constructors
QuietZone()
Declaration
public QuietZone()
Properties
All
Declaration
[JsonProperty("all")]
public int All { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Bottom
Declaration
[JsonProperty("bottom")]
public int Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Left
Declaration
[JsonProperty("left")]
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Right
Declaration
[JsonProperty("right")]
public int Right { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Top
Declaration
[JsonProperty("top")]
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |