Class NavigatorMarkerBuilder
Inheritance
System.Object
NavigatorMarkerBuilder
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 NavigatorMarkerBuilder
Constructors
NavigatorMarkerBuilder(Marker)
Declaration
public NavigatorMarkerBuilder(Marker marker)
Parameters
Type | Name | Description |
---|---|---|
Marker | marker |
Methods
Shape(ChartShape)
Declaration
public NavigatorMarkerBuilder Shape(ChartShape Shape)
Parameters
Type | Name | Description |
---|---|---|
ChartShape | Shape |
Returns
Type | Description |
---|---|
NavigatorMarkerBuilder |
Size(Action<SizeBuilder>)
Declaration
public NavigatorMarkerBuilder Size(Action<SizeBuilder> size)
Parameters
Type | Name | Description |
---|---|---|
System.Action<SizeBuilder> | size |
Returns
Type | Description |
---|---|
NavigatorMarkerBuilder |
Visible(Boolean)
Declaration
public NavigatorMarkerBuilder Visible(bool Visible)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | Visible |
Returns
Type | Description |
---|---|
NavigatorMarkerBuilder |