Class MultiLevelLabelsPrimaryXAxisCategoriesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MultiLevelLabelsPrimaryXAxisCategoriesBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class MultiLevelLabelsPrimaryXAxisCategoriesBuilder : ControlBuilder
Constructors
MultiLevelLabelsPrimaryXAxisCategoriesBuilder()
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder()
MultiLevelLabelsPrimaryXAxisCategoriesBuilder(List<MultiLevelLabelsPrimaryXAxisCategories>)
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder(List<MultiLevelLabelsPrimaryXAxisCategories> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<MultiLevelLabelsPrimaryXAxisCategories> | collection |
Methods
Add()
Declaration
public void Add()
CustomAttributes(Object)
Allows adding custom data for multi-level labels.
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder CustomAttributes(object customAttributes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | customAttributes |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |
End(String)
Specifies the end value for the multi-level labels.
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder End(string end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | end |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |
MaximumTextWidth(Double)
Specifies the maximum width of the text for multi-level labels.
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder MaximumTextWidth(double maximumTextWidth)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | maximumTextWidth |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |
Start(String)
Specifies the starting value for the multi-level labels.
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder Start(string start)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | start |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |
Text(String)
Specifies the text to be displayed for the multi-level labels.
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder Text(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |
Type(BorderType)
Specifies the type of border for labels. Available border types: Rectangle Without Top Border Without Top and Bottom Border Without Border Brace Curly Brace
Declaration
public MultiLevelLabelsPrimaryXAxisCategoriesBuilder Type(BorderType type)
Parameters
| Type | Name | Description |
|---|---|---|
| BorderType | type |
Returns
| Type |
|---|
| MultiLevelLabelsPrimaryXAxisCategoriesBuilder |