Interface IStiMarker
- All Superinterfaces:
Cloneable,IStiFontIconsSeries,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Subinterfaces:
IStiLineMarker
- All Known Implementing Classes:
StiLineMarker,StiMarker
public interface IStiMarker
extends IStiSerializableRef, Cloneable, IStiJsonReportObject, IStiFontIconsSeries
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()doublegetAngle()getBrush()getCore()booleandoublegetSize()getType()booleanvoidsetAngle(double value) voidsetBorderColor(StiColor value) voidvoidsetCore(StiMarkerCoreXF value) voidsetShowInLegend(boolean value) voidsetSize(double value) voidsetType(StiMarkerType value) voidsetVisible(boolean value) Methods inherited from interface com.stimulsoft.report.chart.IStiFontIconsSeries
getIcon, setIconMethods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getCore
StiMarkerCoreXF getCore() -
setCore
-
getShowInLegend
boolean getShowInLegend() -
setShowInLegend
void setShowInLegend(boolean value) -
getVisible
boolean getVisible() -
setVisible
void setVisible(boolean value) -
getBrush
StiBrush getBrush() -
setBrush
-
getBorderColor
StiColor getBorderColor() -
setBorderColor
-
getSize
double getSize() -
setSize
void setSize(double value) -
getAngle
double getAngle() -
setAngle
void setAngle(double value) -
getType
StiMarkerType getType() -
setType
-
clone
Object clone()
-