Chartseries

Undocumented in source.
struct Chartseries {}

Constructors

this
this(lxw_chart_series* handle)
Undocumented in source.

Members

Functions

getErrorBars
lxw_series_error_bars* getErrorBars(lxw_chart_error_bar_axis axis)
Undocumented in source. Be warned that the author may not have intended to support it.
setCategories
void setCategories(string sheetName, lxw_row_t firstRow, lxw_col_t firstCol, lxw_row_t lastRow, lxw_col_t lastCol)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorBars
void setErrorBars(lxw_series_error_bars* bars, uint8_t type, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorBarsDirection
void setErrorBarsDirection(lxw_series_error_bars* bars, uint8_t direction)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorBarsEndcap
void setErrorBarsEndcap(lxw_series_error_bars* bars, uint8_t endcap)
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorBarsLine
void setErrorBarsLine(lxw_series_error_bars* bars, lxw_chart_line* line)
Undocumented in source. Be warned that the author may not have intended to support it.
setFill
void setFill(lxw_chart_fill* fill)
Undocumented in source. Be warned that the author may not have intended to support it.
setInvertIfNegative
void setInvertIfNegative()
Undocumented in source. Be warned that the author may not have intended to support it.
setLabels
void setLabels()
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsFont
void setLabelsFont(lxw_chart_font* font)
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsLeaderLine
void setLabelsLeaderLine()
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsLegend
void setLabelsLegend()
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsNumFormat
void setLabelsNumFormat(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsOptions
void setLabelsOptions(bool showName, bool showCategory, bool showValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsPercentage
void setLabelsPercentage()
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsPosition
void setLabelsPosition(uint8_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
setLabelsSeparator
void setLabelsSeparator(uint8_t seperator)
Undocumented in source. Be warned that the author may not have intended to support it.
setLine
void setLine(lxw_chart_line* line)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarkerFill
void setMarkerFill(lxw_chart_fill* fill)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarkerLine
void setMarkerLine(lxw_chart_line* line)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarkerPattern
void setMarkerPattern(lxw_chart_pattern* pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarkerSize
void setMarkerSize(uint8_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarkerType
void setMarkerType(uint8_t mark)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setNameRange
void setNameRange(string sheetname, lxw_row_t row, lxw_col_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
setPattern
void setPattern(lxw_chart_pattern* pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
setPoints
void setPoints(lxw_chart_point** point)
Undocumented in source. Be warned that the author may not have intended to support it.
setSmooth
void setSmooth(uint8_t smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendline
void setTrendline(uint8_t type, uint8_t value)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineEquation
void setTrendlineEquation()
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineForecast
void setTrendlineForecast(double forward, double backward)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineIntercept
void setTrendlineIntercept(double intercept)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineLine
void setTrendlineLine(lxw_chart_line* line)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineName
void setTrendlineName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setTrendlineRsquared
void setTrendlineRsquared()
Undocumented in source. Be warned that the author may not have intended to support it.
setValues
void setValues(string sheetname, lxw_row_t firstRow, lxw_col_t firstCol, lxw_row_t lastRow, lxw_col_t lastCol)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
lxw_chart_series* handle;
Undocumented in source.

Meta