Class PivotViewPivotChartSeriesMarkerSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartSeriesMarkerSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartSeriesMarkerSettingsBuilder : ControlBuilder
Constructors
PivotViewPivotChartSeriesMarkerSettingsBuilder()
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder()
PivotViewPivotChartSeriesMarkerSettingsBuilder(PivotViewPivotChartSeriesMarkerSettings)
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder(PivotViewPivotChartSeriesMarkerSettings model)
Parameters
Methods
Border(Object)
Allows options for customizing the border of a marker.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Border(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
DataLabel(Object)
Allows to set the data label for the series.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder DataLabel(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Fill(String)
Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string.
By default, it will take series' color.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Height(Double)
Allows to set the height of the marker in pixels.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
ImageUrl(String)
Allows to set the URL for the Image that is to be displayed as a marker. It requires marker shape
value to be an Image
.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder ImageUrl(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Allows to set the opacity of the marker.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Shape(Object)
Allows to set the different shape of a marker:
circle - Renders the marker shaper as circle.
rectangle - Renders the marker shaper as rectangle.
triangle - Renders the marker shaper as triangle.
diamond - Renders the marker shaper as diamond.
cross - Renders the marker shaper as cross.
horizontalLine - Renders the marker shaper as horizontalLine.
verticalLine - Renders the marker shaper as verticalLine.
pentagon- Renders the marker shaper as pentagon.
invertedTriangle - Renders the marker shaper as invertedTriangle.
image - Renders the marker shaper as image.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Shape(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Visible(Boolean)
If set to true the marker for series is rendered. This is applicable only for line and area type series.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Width(Double)
Allows to set the width of the marker in pixels.
Declaration
public PivotViewPivotChartSeriesMarkerSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns