Class OverviewPropertiesBuilder
implementation of overview properties using view formatting
Inheritance
System.Object
OverviewPropertiesBuilder
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 OverviewPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
OverviewPropertiesBuilder()
Declaration
public OverviewPropertiesBuilder()
OverviewPropertiesBuilder(Overview)
Declaration
public OverviewPropertiesBuilder(Overview overview)
Parameters
Type | Name | Description |
---|---|---|
Overview | overview |
Fields
overview
Declaration
public Overview overview
Field Value
Type | Description |
---|---|
Overview |
Methods
Height(String)
Gets or sets the height of the overview control ID
Declaration
public OverviewPropertiesBuilder Height(string height)
Parameters
Type | Name | Description |
---|---|---|
System.String | height |
Returns
Type | Description |
---|---|
OverviewPropertiesBuilder | String.Empty |
Examples
@{
Html.EJ().Overview("Diagram").Height("490px").SourceID("overview");
}
Render()
Declaration
public void Render()
SourceID(String)
Gets or sets property of overview should be set with the corresponding Diagram ID
Declaration
public OverviewPropertiesBuilder SourceID(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Returns
Type | Description |
---|---|
OverviewPropertiesBuilder | String.Empty |
Examples
@{
Html.EJ().Overview("Diagram").Height("490px").SourceID("overview");
}
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type | Description |
---|---|
System.String |
Width(String)
Gets or sets the width of the overview control ID
Declaration
public OverviewPropertiesBuilder Width(string width)
Parameters
Type | Name | Description |
---|---|---|
System.String | width |
Returns
Type | Description |
---|---|
OverviewPropertiesBuilder | String.Empty |
Examples
@{
Html.EJ().Overview("Diagram").Height("490px").Width("490px");
}
Implements
System.Web.IHtmlString