Class SunburstZoomSettings
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SunburstZoomSettings : EJTagHelper
Constructors
SunburstZoomSettings()
Declaration
public SunburstZoomSettings()
Properties
Enable
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToolbarHorizontalAlignment
Gets or sets the horizontal toolbar alignment.
Declaration
[JsonProperty("toolbarHorizontalAlignment")]
[JsonConverter(typeof(StringEnumConverter))]
public SunburstHorizontalAlignment ToolbarHorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
SunburstHorizontalAlignment |
Remarks
Specifies the horizontal toolbar alignment;
ToolbarVerticalAlignment
Gets or sets the vertical toolbar alignment.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("toolbarVerticalAlignment")]
public SunburstVerticalAlignment ToolbarVerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
SunburstVerticalAlignment |
Remarks
Specifies the vertical toolbar alignment;