Class SmithchartSeriesMarker
Inheritance
System.Object
SmithchartSeriesMarker
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
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
DataLabel
options for customizing marker data label
Declaration
public SmithchartSeriesMarkerDataLabel DataLabel { get; set; }
Property Value
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUrl
Url for the image that is to be displayed as marker
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Shape
Declaration
public string Shape { get; set; }
Property Value
Type |
Description |
System.String |
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|