Interface IStiLegend
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Implementing Classes:
StiLegend
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetBrush()getChart()intintgetCore()getFont()booleanintbooleanbooleanbooleangetSize()getTitle()intbooleanbooleanvoidsetAllowApplyStyle(boolean value) voidsetBorderColor(StiColor value) voidvoidvoidsetColumns(int value) voidsetColumnWidth(int value) voidsetCore(StiLegendCoreXF value) voidsetDirection(StiLegendDirection value) voidvoidsetHideSeriesWithEmptyTitle(boolean value) voidvoidsetHorSpacing(int value) voidsetLabelsColor(StiColor value) voidvoidsetMarkerBorder(boolean arg) voidsetMarkerSize(StiSize value) voidsetMarkerVisible(boolean value) voidsetShowShadow(boolean value) voidvoidvoidsetTitleColor(StiColor value) voidsetTitleFont(StiFont value) voidvoidsetVertSpacing(int value) voidsetVisible(boolean value) voidsetWordWrap(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getCore
StiLegendCoreXF getCore() -
setCore
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getChart
IStiChart getChart() -
setChart
-
getHideSeriesWithEmptyTitle
boolean getHideSeriesWithEmptyTitle() -
setHideSeriesWithEmptyTitle
void setHideSeriesWithEmptyTitle(boolean value) -
getShowShadow
boolean getShowShadow() -
setShowShadow
void setShowShadow(boolean value) -
getBorderColor
StiColor getBorderColor() -
setBorderColor
-
getBrush
StiBrush getBrush() -
setBrush
-
getTitleColor
StiColor getTitleColor() -
setTitleColor
-
getLabelsColor
StiColor getLabelsColor() -
setLabelsColor
-
getDirection
StiLegendDirection getDirection() -
setDirection
-
getHorAlignment
StiLegendHorAlignment getHorAlignment() -
setHorAlignment
-
getVertAlignment
StiLegendVertAlignment getVertAlignment() -
setVertAlignment
-
getTitleFont
StiFont getTitleFont() -
setTitleFont
-
getFont
StiFont getFont() -
setFont
-
getVisible
boolean getVisible() -
setVisible
void setVisible(boolean value) -
getMarkerVisible
boolean getMarkerVisible() -
setMarkerVisible
void setMarkerVisible(boolean value) -
getMarkerSize
StiSize getMarkerSize() -
setMarkerSize
-
getMarkerAlignment
StiMarkerAlignment getMarkerAlignment() -
setMarkerAlignment
-
getColumns
int getColumns() -
setColumns
void setColumns(int value) -
getHorSpacing
int getHorSpacing() -
setHorSpacing
void setHorSpacing(int value) -
getVertSpacing
int getVertSpacing() -
setVertSpacing
void setVertSpacing(int value) -
getSize
StiSize getSize() -
setSize
-
getTitle
String getTitle() -
setTitle
-
clone
Object clone() -
setMarkerBorder
void setMarkerBorder(boolean arg) -
getMarkerBorder
boolean getMarkerBorder() -
isWordWrap
boolean isWordWrap() -
setWordWrap
void setWordWrap(boolean value) -
getColumnWidth
int getColumnWidth() -
setColumnWidth
void setColumnWidth(int value)
-