Skip to main content

BootstrapChartCandleStickSeries.CollectCustomProperties(List<JsonPropertyInfo>) Method

This property is for internal use only.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public override void CollectCustomProperties(
    List<JsonPropertyInfo> jsonPropertiesInfo
)

Parameters

Name Type
jsonPropertiesInfo List<DevExpress.Web.Bootstrap.Internal.JsonPropertyInfo>
See Also