Class LinearFrameBuilder
Class for linear gauge frame builder.
Inheritance
System.Object
LinearFrameBuilder
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 LinearFrameBuilder
Constructors
LinearFrameBuilder(LinearFrame)
Initializes a new instance of the LinearFrameBuilder class to indicate the linear frame.
Declaration
public LinearFrameBuilder(LinearFrame frame)
Parameters
Type | Name | Description |
---|---|---|
LinearFrame | frame | The frame. |
Methods
BackgroundImageUrl(String)
Backgrounds the image URL.
Declaration
public LinearFrameBuilder BackgroundImageUrl(string backgroundImageUrl)
Parameters
Type | Name | Description |
---|---|---|
System.String | backgroundImageUrl | The background image URL. |
Returns
Type | Description |
---|---|
LinearFrameBuilder |
InnerWidth(Int32)
Inners the width.
Declaration
public LinearFrameBuilder InnerWidth(int innerWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | innerWidth | Width of the inner. |
Returns
Type | Description |
---|---|
LinearFrameBuilder |
OuterWidth(Int32)
Outers the width.
Declaration
public LinearFrameBuilder OuterWidth(int outerWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | outerWidth | Width of the outer. |
Returns
Type | Description |
---|---|
LinearFrameBuilder |