com.stimulsoft.report.chart.view.seriesLabels
Class StiNoneLabels
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
com.stimulsoft.report.chart.view.seriesLabels.StiNoneLabels
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiNoneLabels, IStiSeriesLabels, java.lang.Cloneable
public class StiNoneLabels
- extends StiSeriesLabels
- implements IStiNoneLabels
Methods inherited from class com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels |
clone, getAllowApplyStyle, getAngle, getAxisCore, getChart, getConditions, getCore, getDrawBorder, getFormat, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, getWordWrap, LoadFromJsonObject, LoadFromJsonObjectInternal, setAllowApplyStyle, setAngle, setChart, setConditions, setCore, setDrawBorder, setFormat, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setWidth, setWordWrap, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.IStiSeriesLabels |
clone, getAllowApplyStyle, getAngle, getChart, getCore, getDrawBorder, getFormat, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPreventIntersection, getShowNulls, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, setAllowApplyStyle, setAngle, setChart, setCore, setDrawBorder, setFormat, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator |
StiNoneLabels
public StiNoneLabels()
getAntialiasing
public boolean getAntialiasing()
- Description copied from class:
StiSeriesLabels
- Gets or sets value which control antialiasing drawing mode of series labels.
- Specified by:
getAntialiasing
in interface IStiSeriesLabels
- Overrides:
getAntialiasing
in class StiSeriesLabels
setAntialiasing
public void setAntialiasing(boolean value)
- Specified by:
setAntialiasing
in interface IStiSeriesLabels
- Overrides:
setAntialiasing
in class StiSeriesLabels
getVisible
public boolean getVisible()
- Description copied from class:
StiSeriesLabels
- Gets or sets visiblity of series labels.
- Specified by:
getVisible
in interface IStiSeriesLabels
- Overrides:
getVisible
in class StiSeriesLabels
setVisible
public void setVisible(boolean value)
- Specified by:
setVisible
in interface IStiSeriesLabels
- Overrides:
setVisible
in class StiSeriesLabels
getLabelColor
public StiColor getLabelColor()
- Description copied from class:
StiSeriesLabels
- Gets or sets foreground color of series labels.
- Specified by:
getLabelColor
in interface IStiSeriesLabels
- Overrides:
getLabelColor
in class StiSeriesLabels
setLabelColor
public void setLabelColor(StiColor value)
- Specified by:
setLabelColor
in interface IStiSeriesLabels
- Overrides:
setLabelColor
in class StiSeriesLabels
getBorderColor
public StiColor getBorderColor()
- Description copied from class:
StiSeriesLabels
- Gets or sets border color of series labels.
- Specified by:
getBorderColor
in interface IStiSeriesLabels
- Overrides:
getBorderColor
in class StiSeriesLabels
setBorderColor
public void setBorderColor(StiColor value)
- Specified by:
setBorderColor
in interface IStiSeriesLabels
- Overrides:
setBorderColor
in class StiSeriesLabels
getBrush
public StiBrush getBrush()
- Description copied from class:
StiSeriesLabels
- Gets or sets brush which will be used to fill area of series labels.
- Specified by:
getBrush
in interface IStiSeriesLabels
- Overrides:
getBrush
in class StiSeriesLabels
setBrush
public void setBrush(StiBrush value)
- Specified by:
setBrush
in interface IStiSeriesLabels
- Overrides:
setBrush
in class StiSeriesLabels
getFont
public StiFont getFont()
- Description copied from class:
StiSeriesLabels
- Gets or sets font which will be used to draw series labels.
- Specified by:
getFont
in interface IStiSeriesLabels
- Overrides:
getFont
in class StiSeriesLabels
setFont
public void setFont(StiFont value)
- Specified by:
setFont
in interface IStiSeriesLabels
- Overrides:
setFont
in class StiSeriesLabels
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiSeriesLabels
- Throws:
JSONException