BootstrapChartConstantLine Class
Stores settings of a Chart constant line.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapChartConstantLine :
ConstantLineStyle<BootstrapChartConstantLineLabelSettings>
Related API Members
The following members return BootstrapChartConstantLine objects:
Remarks
Setting the BootstrapChartConstantLine.Value property is required for a constant line to be displayed.
Inheritance
Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
ConstantLineStyle<DevExpress.Web.Bootstrap.BootstrapChartConstantLineLabelSettings>
BootstrapChartConstantLine
See Also