Back to Devexpress

SparklineBuilder.PointSymbol(VizPointSymbol) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-sparklinebuilder-dot-pointsymbol-x28-devextreme-dot-aspnet-dot-mvc-dot-vizpointsymbol-x29.md

latest1.4 KB
Original Source

SparklineBuilder.PointSymbol(VizPointSymbol) Method

Specifies a symbol to use as a point marker on a sparkline. Available for the sparklines of the line- and area-like types. Mirrors the client-side pointSymbol option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public SparklineBuilder PointSymbol(
    VizPointSymbol value
)

Parameters

NameTypeDescription
valueVizPointSymbol

The option value.

|

Returns

TypeDescription
SparklineBuilder

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Sparkline()
    .PointSymbol(VizPointSymbol.Circle)
)

See Also

SparklineBuilder Class

SparklineBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace