public final class LineChart extends ExcelChart
Modifier and Type | Method and Description |
---|---|
ChartAxes |
getAxes()
Gets the chart axes.
|
ChartType |
getChartType()
Gets the chart type for
LineChart which is ChartType.LINE . |
ChartGrouping |
getGrouping()
Gets the chart grouping.
|
LineChartSeriesCollection |
getSeries()
Gets the chart's series.
|
boolean |
isShowMarkers()
Gets a value indicating whether markers will be shown on series points.
|
void |
setGrouping(ChartGrouping value)
Sets the chart grouping.
|
void |
setShowMarkers(boolean showMarkers)
Sets a value indicating whether markers will be shown on series points.
|
changeChartType, changeChartType, getCategoryLabels, getCategoryLabelsReference, getDataLabels, getLegend, getShowEmptyCellsAs, getTitle, selectData, selectData, selectData, selectData, selectData, selectData, selectData, selectData, setCategoryLabels, setCategoryLabels, setCategoryLabelsReference, setLegend, setShowEmptyCellsAs, toString
getHyperlink, getMetadata, getPosition, setHyperlink
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
deleteChartObject, getChartObjectParent, setChartObjectParent
getDelete, getLabelPosition, getNumberFormat, getSeparator, isNumberFormatLinkedToSource, isShowLeaderLines, labelContainsCategoryName, labelContainsLegendKey, labelContainsSeriesName, labelContainsValue, setDelete, setLabelContainsCategoryName, setLabelContainsLegendKey, setLabelContainsSeriesName, setLabelContainsValue, setLabelPosition, setNumberFormat, setNumberFormatLinkedToSource, setSeparator, setShowLeaderLines
public ChartAxes getAxes()
public ChartType getChartType()
LineChart
which is ChartType.LINE
.getChartType
in class ExcelChart
ChartType.LINE
value.public ChartGrouping getGrouping()
public LineChartSeriesCollection getSeries()
getSeries
in class ExcelChart
public boolean isShowMarkers()
Gets a value indicating whether markers will be shown on series points.
Value is resolved from first series. If first series has marker than all newly added series will also have marker.
true
if markers will be shown on series points; otherwise, false
.public void setGrouping(ChartGrouping value)
value
- The chart grouping.public void setShowMarkers(boolean showMarkers)
Sets a value indicating whether markers will be shown on series points.
When setting a value, value is propagated to all series.
showMarkers
- true
if markers will be shown on series points; otherwise, false
.© GemBox Ltd. — All rights reserved.