Back to Devexpress

BootstrapChartPointSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c1712db5.md

latest3.0 KB
Original Source

BootstrapChartPointSettings Class

Stores settings related to chart series points.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartPointSettings :
    JsonProperties
vb
Public Class BootstrapChartPointSettings
    Inherits JsonProperties

The following members return BootstrapChartPointSettings objects:

Remarks

Declared in series-specific classes (BootstrapChartScatterSeries, BootstrapChartLineSeries, etc.), the Point settings apply to all points in the corresponding series. Declared in a BootstrapPieChartSeriesCollection‘s item object, the Point settings apply only to the points that belong to this particular series. The series-specific point settings override the common ones.

Inheritance

Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartPointSettings

See Also

BootstrapChartPointSettings Members

Charts

OnClientCustomizePoint

DevExpress.Web.Bootstrap Namespace