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,IStiTextFormat,Cloneable
-
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets value which control antialiasing drawing mode of series labels.Gets or sets border color of series labels.getBrush()Gets or sets brush which will be used to fill area of series labels.getFont()Gets or sets font which will be used to draw series labels.Gets or sets foreground color of series labels.booleanGets or sets visiblity of series labels.voidsetAntialiasing(boolean value) voidsetBorderColor(StiColor value) voidvoidvoidsetLabelColor(StiColor value) voidsetVisible(boolean value) Methods inherited from class com.stimulsoft.report.chart.view.seriesLabels.StiSeriesLabels
clone, getAllowApplyStyle, getAngle, getAxisCore, getChart, getConditions, getCore, getDrawBorder, getFormat, getFormatService, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPieCore, getPreventIntersection, getServiceCategory, getServiceName, getServiceType, getShowNulls, getShowOnZeroValues, getShowZeros, getStep, getTextAfter, getTextBefore, getTextFormat, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, isWordWrap, LoadFromJsonObject, LoadFromJsonObjectInternal, setAllowApplyStyle, setAngle, setChart, setConditions, setCore, setDrawBorder, setFormat, setFormatService, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowOnZeroValues, setShowZeros, setStep, setTextAfter, setTextBefore, setTextFormat, setUseSeriesColor, setValueType, setValueTypeSeparator, setWidth, setWordWrap, toStringMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReferenceMethods inherited from interface com.stimulsoft.report.chart.interfaces.seriesLabels.IStiSeriesLabels
clone, getAllowApplyStyle, getAngle, getChart, getCore, getDrawBorder, getFormat, getFormatService, getLegendValueType, getMarkerAlignment, getMarkerSize, getMarkerVisible, getPreventIntersection, getShowNulls, getShowZeros, getStep, getTextAfter, getTextBefore, getUseSeriesColor, getValueType, getValueTypeSeparator, getWidth, isWordWrap, setAllowApplyStyle, setAngle, setChart, setCore, setDrawBorder, setFormat, setFormatService, setLegendValueType, setMarkerAlignment, setMarkerSize, setMarkerVisible, setPreventIntersection, setShowNulls, setShowZeros, setStep, setTextAfter, setTextBefore, setUseSeriesColor, setValueType, setValueTypeSeparator, setWordWrap
-
Constructor Details
-
StiNoneLabels
public StiNoneLabels()
-
-
Method Details
-
getAntialiasing
public boolean getAntialiasing()Description copied from class:StiSeriesLabelsGets or sets value which control antialiasing drawing mode of series labels.- Specified by:
getAntialiasingin interfaceIStiSeriesLabels- Overrides:
getAntialiasingin classStiSeriesLabels
-
setAntialiasing
public void setAntialiasing(boolean value) - Specified by:
setAntialiasingin interfaceIStiSeriesLabels- Overrides:
setAntialiasingin classStiSeriesLabels
-
getVisible
public boolean getVisible()Description copied from class:StiSeriesLabelsGets or sets visiblity of series labels.- Specified by:
getVisiblein interfaceIStiSeriesLabels- Overrides:
getVisiblein classStiSeriesLabels
-
setVisible
public void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiSeriesLabels- Overrides:
setVisiblein classStiSeriesLabels
-
getLabelColor
Description copied from class:StiSeriesLabelsGets or sets foreground color of series labels.- Specified by:
getLabelColorin interfaceIStiSeriesLabels- Overrides:
getLabelColorin classStiSeriesLabels
-
setLabelColor
- Specified by:
setLabelColorin interfaceIStiSeriesLabels- Overrides:
setLabelColorin classStiSeriesLabels
-
getBorderColor
Description copied from class:StiSeriesLabelsGets or sets border color of series labels.- Specified by:
getBorderColorin interfaceIStiSeriesLabels- Overrides:
getBorderColorin classStiSeriesLabels
-
setBorderColor
- Specified by:
setBorderColorin interfaceIStiSeriesLabels- Overrides:
setBorderColorin classStiSeriesLabels
-
getBrush
Description copied from class:StiSeriesLabelsGets or sets brush which will be used to fill area of series labels.- Specified by:
getBrushin interfaceIStiSeriesLabels- Overrides:
getBrushin classStiSeriesLabels
-
setBrush
- Specified by:
setBrushin interfaceIStiSeriesLabels- Overrides:
setBrushin classStiSeriesLabels
-
getFont
Description copied from class:StiSeriesLabelsGets or sets font which will be used to draw series labels.- Specified by:
getFontin interfaceIStiSeriesLabels- Overrides:
getFontin classStiSeriesLabels
-
setFont
- Specified by:
setFontin interfaceIStiSeriesLabels- Overrides:
setFontin classStiSeriesLabels
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiSeriesLabels- Throws:
JSONException
-