A newer version of this page is available.
Switch to the current version.
BootstrapChartPointSettings Class
Stores settings related to chart series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
public class BootstrapChartPointSettings :
JsonProperties
Public Class BootstrapChartPointSettings
Inherits JsonProperties
Related API Members
The following members accept/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
Feedback