Class SmithchartSeriesMarker
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SmithchartSeriesMarker
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSeriesMarker : EJTagHelper
Constructors
SmithchartSeriesMarker()
Declaration
public SmithchartSeriesMarker()
Properties
Border
options for customizing marker border.
Declaration
public SmithchartSeriesMarkerBorder Border { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSeriesMarkerBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DataLabel
options for customizing marker data label.
Declaration
public SmithchartSeriesMarkerDataLabel DataLabel { get; set; }
Property Value
Type | Description |
---|---|
SmithchartSeriesMarkerDataLabel | The default value is null |
Fill
color for marker.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Height
height for marker.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 6 |
ImageUrl
Url for the image that is to be displayed as marker.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Opacity
opacity for marker.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Shape
shape for marker.
Declaration
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "circle" |
Visible
visibility for marker.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Width
width for marker.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 6 |