com.spire.xls.core
Interface IChartSeriesAxis

All Superinterfaces:
IChartAxis
All Known Implementing Classes:
ChartSeriesAxis, XlsChartSeriesAxis

public interface IChartSeriesAxis
extends IChartAxis


Method Summary
 int getLabelsFrequency()
          Frequency of labels.
 int getTickLabelSpacing()
          Represents the number of categories or series between tick-mark labels.
 int getTickMarksFrequency()
          Frequency of tick marks.
 void setLabelsFrequency(int value)
          Frequency of labels.
 void setTickLabelSpacing(int value)
          Represents the number of categories or series between tick-mark labels.
 void setTickMarksFrequency(int value)
          Frequency of tick marks.
 
Methods inherited from interface com.spire.xls.core.IChartAxis
getAlignment, getAxisType, getBorder, getChart3DOptions, getFont, getMajorGridLines, getMajorTickMark, getMinorGridLines, getMinorTickMark, getNumberFormat, getShadow, getTextRotationAngle, getTickLabelPosition, getTitle, getTitleArea, getVisible, hasMajorGridLines, hasMajorGridLines, hasMinorGridLines, hasMinorGridLines, setAlignment, setMajorTickMark, setMinorTickMark, setNumberFormat, setTextRotationAngle, setTickLabelPosition, setTitle, setVisible
 

Method Detail

getLabelsFrequency

int getLabelsFrequency()
Frequency of labels.

Returns:

setLabelsFrequency

void setLabelsFrequency(int value)
Frequency of labels.


getTickLabelSpacing

int getTickLabelSpacing()
Represents the number of categories or series between tick-mark labels.

Returns:

setTickLabelSpacing

void setTickLabelSpacing(int value)
Represents the number of categories or series between tick-mark labels.


getTickMarksFrequency

int getTickMarksFrequency()
Frequency of tick marks.

Returns:

setTickMarksFrequency

void setTickMarksFrequency(int value)
Frequency of tick marks.