Home
last modified time | relevance | path

Searched refs:LINE_STYLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dchart_component.h153 static const char * const LINE_STYLE; variable
H A Dchart_component.cpp36 const char * const ChartComponent::LINE_STYLE = "lineStyle"; member in OHOS::ACELite::ChartComponent
783 char* styleName = const_cast<char *>(LINE_STYLE); in RecordOptionsSeriesLineStyle()