Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2024 Changes in this version + type Area3DChart struct + func (c Area3DChart) AddAxis(axis Axis) + func (c Area3DChart) AddSeries() AreaChartSeries + func (c Area3DChart) InitializeDefaults() + func (c Area3DChart) X() *crt.CT_Area3DChart + type AreaChart struct + func (c AreaChart) AddAxis(axis Axis) + func (c AreaChart) AddSeries() AreaChartSeries + func (c AreaChart) InitializeDefaults() + func (c AreaChart) X() *crt.CT_AreaChart + type AreaChartSeries struct + func (c AreaChartSeries) CategoryAxis() CategoryAxisDataSource + func (c AreaChartSeries) InitializeDefaults() + func (c AreaChartSeries) Properties() drawing.ShapeProperties + func (c AreaChartSeries) SetText(s string) + func (c AreaChartSeries) Values() NumberDataSource + func (c AreaChartSeries) X() *crt.CT_AreaSer + type Axis interface + AxisID func() uint32 + var NullAxis Axis = nullAxis(0) + type Bar3DChart struct + func (c Bar3DChart) AddAxis(axis Axis) + func (c Bar3DChart) AddSeries() BarChartSeries + func (c Bar3DChart) InitializeDefaults() + func (c Bar3DChart) SetDirection(d crt.ST_BarDir) + func (c Bar3DChart) X() *crt.CT_Bar3DChart + type BarChart struct + func (c BarChart) AddAxis(axis Axis) + func (c BarChart) AddSeries() BarChartSeries + func (c BarChart) InitializeDefaults() + func (c BarChart) SetDirection(d crt.ST_BarDir) + func (c BarChart) X() *crt.CT_BarChart + type BarChartSeries struct + func (c BarChartSeries) CategoryAxis() CategoryAxisDataSource + func (c BarChartSeries) InitializeDefaults() + func (c BarChartSeries) Properties() drawing.ShapeProperties + func (c BarChartSeries) SetText(s string) + func (c BarChartSeries) Values() NumberDataSource + func (c BarChartSeries) X() *crt.CT_BarSer + type BubbleChart struct + func (c BubbleChart) AddAxis(axis Axis) + func (c BubbleChart) AddSeries() BubbleChartSeries + func (c BubbleChart) InitializeDefaults() + func (c BubbleChart) X() *crt.CT_BubbleChart + type BubbleChartSeries struct + func (c BubbleChartSeries) BubbleSizes() NumberDataSource + func (c BubbleChartSeries) CategoryAxis() CategoryAxisDataSource + func (c BubbleChartSeries) InitializeDefaults() + func (c BubbleChartSeries) Properties() drawing.ShapeProperties + func (c BubbleChartSeries) SetText(s string) + func (c BubbleChartSeries) Values() NumberDataSource + func (c BubbleChartSeries) X() *crt.CT_BubbleSer + type CategoryAxis struct + func MakeCategoryAxis(x *crt.CT_CatAx) CategoryAxis + func (c CategoryAxis) AxisID() uint32 + func (c CategoryAxis) InitializeDefaults() + func (c CategoryAxis) MajorGridLines() GridLines + func (c CategoryAxis) Properties() drawing.ShapeProperties + func (c CategoryAxis) SetCrosses(axis Axis) + func (c CategoryAxis) SetMajorTickMark(m crt.ST_TickMark) + func (c CategoryAxis) SetMinorTickMark(m crt.ST_TickMark) + func (c CategoryAxis) SetPosition(p crt.ST_AxPos) + func (c CategoryAxis) SetTickLabelPosition(p crt.ST_TickLblPos) + type CategoryAxisDataSource struct + func MakeAxisDataSource(x *crt.CT_AxDataSource) CategoryAxisDataSource + func (a CategoryAxisDataSource) SetLabelReference(s string) + func (a CategoryAxisDataSource) SetNumberReference(s string) + func (a CategoryAxisDataSource) SetValues(v []string) + type Chart struct + func MakeChart(x *crt.ChartSpace) Chart + func (c Chart) AddArea3DChart() Area3DChart + func (c Chart) AddAreaChart() AreaChart + func (c Chart) AddBar3DChart() Bar3DChart + func (c Chart) AddBarChart() BarChart + func (c Chart) AddBubbleChart() BubbleChart + func (c Chart) AddCategoryAxis() CategoryAxis + func (c Chart) AddDateAxis() DateAxis + func (c Chart) AddDoughnutChart() DoughnutChart + func (c Chart) AddLegend() Legend + func (c Chart) AddLine3DChart() Line3DChart + func (c Chart) AddLineChart() LineChart + func (c Chart) AddPie3DChart() Pie3DChart + func (c Chart) AddPieChart() PieChart + func (c Chart) AddPieOfPieChart() PieOfPieChart + func (c Chart) AddRadarChart() RadarChart + func (c Chart) AddScatterChart() ScatterChart + func (c Chart) AddSeriesAxis() SeriesAxis + func (c Chart) AddStockChart() StockChart + func (c Chart) AddSurface3DChart() Surface3DChart + func (c Chart) AddSurfaceChart() SurfaceChart + func (c Chart) AddTitle() Title + func (c Chart) AddValueAxis() ValueAxis + func (c Chart) Properties() drawing.ShapeProperties + func (c Chart) RemoveLegend() + func (c Chart) RemoveTitle() + func (c Chart) SetDisplayBlanksAs(v crt.ST_DispBlanksAs) + func (c Chart) X() *crt.ChartSpace + type DataLabels struct + func MakeDataLabels(x *crt.CT_DLbls) DataLabels + func (d DataLabels) SetPosition(p crt.ST_DLblPos) + func (d DataLabels) SetShowCategoryName(b bool) + func (d DataLabels) SetShowLeaderLines(b bool) + func (d DataLabels) SetShowLegendKey(b bool) + func (d DataLabels) SetShowPercent(b bool) + func (d DataLabels) SetShowSeriesName(b bool) + func (d DataLabels) SetShowValue(b bool) + type DateAxis struct + func (v DateAxis) AxisID() uint32 + func (v DateAxis) MajorGridLines() GridLines + func (v DateAxis) Properties() drawing.ShapeProperties + func (v DateAxis) SetCrosses(axis Axis) + func (v DateAxis) SetMajorTickMark(m crt.ST_TickMark) + func (v DateAxis) SetMinorTickMark(m crt.ST_TickMark) + func (v DateAxis) SetPosition(p crt.ST_AxPos) + func (v DateAxis) SetTickLabelPosition(p crt.ST_TickLblPos) + func (v DateAxis) X() *crt.CT_DateAx + type DoughnutChart struct + func (c DoughnutChart) AddSeries() PieChartSeries + func (c DoughnutChart) InitializeDefaults() + func (c DoughnutChart) SetHoleSize(pct uint8) + func (c DoughnutChart) X() *crt.CT_DoughnutChart + type GridLines struct + func (g GridLines) Properties() drawing.ShapeProperties + func (g GridLines) X() *crt.CT_ChartLines + type Legend struct + func MakeLegend(l *crt.CT_Legend) Legend + func (l Legend) InitializeDefaults() + func (l Legend) Properties() drawing.ShapeProperties + func (l Legend) SetOverlay(b bool) + func (l Legend) SetPosition(p crt.ST_LegendPos) + func (l Legend) X() *crt.CT_Legend + type Line3DChart struct + func (c Line3DChart) AddAxis(axis Axis) + func (c Line3DChart) AddSeries() LineChartSeries + func (c Line3DChart) X() *crt.CT_Line3DChart + type LineChart struct + func (c LineChart) AddAxis(axis Axis) + func (c LineChart) AddSeries() LineChartSeries + func (c LineChart) X() *crt.CT_LineChart + type LineChartSeries struct + func (c LineChartSeries) CategoryAxis() CategoryAxisDataSource + func (c LineChartSeries) Index() uint32 + func (c LineChartSeries) InitializeDefaults() + func (c LineChartSeries) Labels() DataLabels + func (c LineChartSeries) Marker() Marker + func (c LineChartSeries) Order() uint32 + func (c LineChartSeries) Properties() drawing.ShapeProperties + func (c LineChartSeries) SetIndex(idx uint32) + func (c LineChartSeries) SetOrder(idx uint32) + func (c LineChartSeries) SetSmooth(b bool) + func (c LineChartSeries) SetText(s string) + func (c LineChartSeries) Values() NumberDataSource + func (c LineChartSeries) X() *crt.CT_LineSer + type Marker struct + func MakeMarker(x *crt.CT_Marker) Marker + func (m Marker) Properties() drawing.ShapeProperties + func (m Marker) SetSize(sz uint8) + func (m Marker) SetSymbol(s crt.ST_MarkerStyle) + func (m Marker) X() *crt.CT_Marker + type NumberDataSource struct + func MakeNumberDataSource(x *crt.CT_NumDataSource) NumberDataSource + func (n NumberDataSource) CreateEmptyNumberCache() + func (n NumberDataSource) SetReference(s string) + func (n NumberDataSource) SetValues(v []float64) + type Pie3DChart struct + func (c Pie3DChart) AddSeries() PieChartSeries + func (c Pie3DChart) InitializeDefaults() + func (c Pie3DChart) X() *crt.CT_Pie3DChart + type PieChart struct + func (c PieChart) AddSeries() PieChartSeries + func (c PieChart) InitializeDefaults() + func (c PieChart) X() *crt.CT_PieChart + type PieChartSeries struct + func (c PieChartSeries) CategoryAxis() CategoryAxisDataSource + func (c PieChartSeries) InitializeDefaults() + func (c PieChartSeries) Properties() drawing.ShapeProperties + func (c PieChartSeries) SetExplosion(v uint32) + func (c PieChartSeries) SetText(s string) + func (c PieChartSeries) Values() NumberDataSource + func (c PieChartSeries) X() *crt.CT_PieSer + type PieOfPieChart struct + func (c PieOfPieChart) AddSeries() PieChartSeries + func (c PieOfPieChart) InitializeDefaults() + func (c PieOfPieChart) SetType(t crt.ST_OfPieType) + func (c PieOfPieChart) X() *crt.CT_OfPieChart + type RadarChart struct + func (c RadarChart) AddAxis(axis Axis) + func (c RadarChart) AddSeries() RadarChartSeries + func (c RadarChart) InitializeDefaults() + func (c RadarChart) X() *crt.CT_RadarChart + type RadarChartSeries struct + func (c RadarChartSeries) CategoryAxis() CategoryAxisDataSource + func (c RadarChartSeries) InitializeDefaults() + func (c RadarChartSeries) Properties() drawing.ShapeProperties + func (c RadarChartSeries) SetText(s string) + func (c RadarChartSeries) Values() NumberDataSource + func (c RadarChartSeries) X() *crt.CT_RadarSer + type ScatterChart struct + func (c ScatterChart) AddAxis(axis Axis) + func (c ScatterChart) AddSeries() ScatterChartSeries + func (c ScatterChart) InitializeDefaults() + func (c ScatterChart) X() *crt.CT_ScatterChart + type ScatterChartSeries struct + func (c ScatterChartSeries) CategoryAxis() CategoryAxisDataSource + func (c ScatterChartSeries) Index() uint32 + func (c ScatterChartSeries) InitializeDefaults() + func (c ScatterChartSeries) Labels() DataLabels + func (c ScatterChartSeries) Marker() Marker + func (c ScatterChartSeries) Order() uint32 + func (c ScatterChartSeries) Properties() drawing.ShapeProperties + func (c ScatterChartSeries) SetIndex(idx uint32) + func (c ScatterChartSeries) SetOrder(idx uint32) + func (c ScatterChartSeries) SetSmooth(b bool) + func (c ScatterChartSeries) SetText(s string) + func (c ScatterChartSeries) Values() NumberDataSource + func (c ScatterChartSeries) X() *crt.CT_ScatterSer + type SeriesAxis struct + func MakeSeriesAxis(x *crt.CT_SerAx) SeriesAxis + func (s SeriesAxis) AxisID() uint32 + func (s SeriesAxis) InitializeDefaults() + func (s SeriesAxis) SetCrosses(axis Axis) + func (s SeriesAxis) X() *crt.CT_SerAx + type StockChart struct + func (c StockChart) AddAxis(axis Axis) + func (c StockChart) AddSeries() LineChartSeries + func (c StockChart) InitializeDefaults() + func (c StockChart) X() *crt.CT_StockChart + type Surface3DChart struct + func (c Surface3DChart) AddAxis(axis Axis) + func (c Surface3DChart) AddSeries() SurfaceChartSeries + func (c Surface3DChart) InitializeDefaults() + func (c Surface3DChart) X() *crt.CT_Surface3DChart + type SurfaceChart struct + func (c SurfaceChart) AddAxis(axis Axis) + func (c SurfaceChart) AddSeries() SurfaceChartSeries + func (c SurfaceChart) InitializeDefaults() + func (c SurfaceChart) X() *crt.CT_SurfaceChart + type SurfaceChartSeries struct + func (c SurfaceChartSeries) CategoryAxis() CategoryAxisDataSource + func (c SurfaceChartSeries) Index() uint32 + func (c SurfaceChartSeries) InitializeDefaults() + func (c SurfaceChartSeries) Order() uint32 + func (c SurfaceChartSeries) Properties() drawing.ShapeProperties + func (c SurfaceChartSeries) SetIndex(idx uint32) + func (c SurfaceChartSeries) SetOrder(idx uint32) + func (c SurfaceChartSeries) SetText(s string) + func (c SurfaceChartSeries) Values() NumberDataSource + func (c SurfaceChartSeries) X() *crt.CT_SurfaceSer + type Title struct + func MakeTitle(x *crt.CT_Title) Title + func (t Title) InitializeDefaults() + func (t Title) ParagraphProperties() drawing.ParagraphProperties + func (t Title) RunProperties() drawing.RunProperties + func (t Title) SetText(s string) + func (t Title) X() *crt.CT_Title + type ValueAxis struct + func MakeValueAxis(x *crt.CT_ValAx) ValueAxis + func (v ValueAxis) AxisID() uint32 + func (v ValueAxis) MajorGridLines() GridLines + func (v ValueAxis) Properties() drawing.ShapeProperties + func (v ValueAxis) SetCrosses(axis Axis) + func (v ValueAxis) SetMajorTickMark(m crt.ST_TickMark) + func (v ValueAxis) SetMinorTickMark(m crt.ST_TickMark) + func (v ValueAxis) SetPosition(p crt.ST_AxPos) + func (v ValueAxis) SetTickLabelPosition(p crt.ST_TickLblPos) + func (v ValueAxis) X() *crt.CT_ValAx