Interface ChartType
- All Known Implementing Classes:
ChartTypeImpl
public interface ChartType
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
getName()
getValue()
void
setChartType
(String value) void
setDisplayName
(String value) void
setDisplayNameResourceKey
(String value) void
void
void
void
-
Method Details
-
setChartType
-
getChartType
String getChartType() -
setDisplayNameResourceKey
-
getDisplayNameResourceKey
String getDisplayNameResourceKey() -
setName
-
getName
String getName() -
setDisplayName
-
getDisplayName
String getDisplayName() -
setSeries
-
getSeries
AxisType getSeries() -
setGroup
-
getGroup
AxisType getGroup() -
setValue
-
getValue
AxisType getValue()
-