Package org.knowm.xchart.internal.series
Class MarkerSeries
java.lang.Object
org.knowm.xchart.internal.series.Series
org.knowm.xchart.internal.series.AxesChartSeries
org.knowm.xchart.internal.series.MarkerSeries
- Direct Known Subclasses:
AxesChartSeriesCategory,AxesChartSeriesNumericalNoErrorBars,OHLCSeries,RadarSeries
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, contains series
markers and error bars.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchart.internal.series.Series
Series.DataType -
Field Summary
FieldsFields inherited from class org.knowm.xchart.internal.series.AxesChartSeries
xAxisDataType, xMax, xMin, yAxisType, yMax, yMin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMarkerSeries(String name, Series.DataType xAxisDataType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionSets the marker for the seriessetMarkerColor(Color color) Sets the marker color for the seriesMethods inherited from class org.knowm.xchart.internal.series.AxesChartSeries
calculateMinMax, getLineColor, getLineStyle, getLineWidth, getxAxisDataType, getXMax, getXMin, getyAxisDataType, getYMax, getYMin, setLineColor, setLineStyle, setLineWidthMethods inherited from class org.knowm.xchart.internal.series.Series
getFillColor, getLabel, getLegendRenderType, getName, getYAxisDecimalPattern, getYAxisGroup, isEnabled, isShowInLegend, setEnabled, setFillColor, setLabel, setShowInLegend, setYAxisDecimalPattern, setYAxisGroup
-
Field Details
-
marker
Marker -
markerColor
Marker Color
-
-
Constructor Details
-
MarkerSeries
Constructor- Parameters:
name-xAxisDataType-
-
-
Method Details
-
getMarker
-
setMarker
Sets the marker for the series- Parameters:
marker-
-
getMarkerColor
-
setMarkerColor
Sets the marker color for the series- Parameters:
color-
-