public abstract class StiXAxis extends StiAxis implements IStiXAxis
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiXAxis() |
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle) |
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep) |
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep,
boolean logarithmicScale) |
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean allowApplyStyle) |
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle) |
| Modifier and Type | Method and Description |
|---|---|
IStiAxisDateTimeStep |
getDateTimeStep()
Gets or sets date time step settings.
|
boolean |
getShowEdgeValues()
Gets or sets value which indicates that first and last arguments on axis will be shown
anyway.
|
StiShowXAxis |
getShowXAxis()
Gets or sets type of drawing X axis.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setDateTimeStep(IStiAxisDateTimeStep value) |
void |
setShowEdgeValues(boolean value) |
void |
setShowXAxis(StiShowXAxis value) |
clone, getAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getTitleDirection, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setTitleDirection, setVisiblecleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllowApplyStyle, getArea, getArrowStyle, getCore, getInfo, getInteraction, getLabels, getLineColor, getLineStyle, getLineWidth, getLogarithmicScale, getRange, getStartFromZero, getStep, getTicks, getTitle, getVisible, setAllowApplyStyle, setArea, setArrowStyle, setCore, setInfo, setInteraction, setLabels, setLineColor, setLineStyle, setLineWidth, setLogarithmicScale, setRange, setStartFromZero, setStep, setTicks, setTitle, setVisiblegetReference, setReferencepublic StiXAxis()
public StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle)
public StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
public StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle)
public StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep)
public StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale)
public final boolean getShowEdgeValues()
getShowEdgeValues in interface IStiXAxispublic final void setShowEdgeValues(boolean value)
setShowEdgeValues in interface IStiXAxispublic StiShowXAxis getShowXAxis()
getShowXAxis in interface IStiXAxispublic void setShowXAxis(StiShowXAxis value)
setShowXAxis in interface IStiXAxispublic IStiAxisDateTimeStep getDateTimeStep()
getDateTimeStep in interface IStiXAxispublic void setDateTimeStep(IStiAxisDateTimeStep value)
setDateTimeStep in interface IStiXAxispublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAxisJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAxisJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.