Module: Uniword::Chart
- Defined in:
- lib/uniword/chart.rb,
lib/uniword/chart/chart.rb,
lib/uniword/chart/index.rb,
lib/uniword/chart/order.rb,
lib/uniword/chart/style.rb,
lib/uniword/chart/title.rb,
lib/uniword/chart/cat_ax.rb,
lib/uniword/chart/layout.rb,
lib/uniword/chart/legend.rb,
lib/uniword/chart/marker.rb,
lib/uniword/chart/ser_ax.rb,
lib/uniword/chart/series.rb,
lib/uniword/chart/smooth.rb,
lib/uniword/chart/val_ax.rb,
lib/uniword/chart/values.rb,
lib/uniword/chart/axis_id.rb,
lib/uniword/chart/date_ax.rb,
lib/uniword/chart/scaling.rb,
lib/uniword/chart/x_values.rb,
lib/uniword/chart/y_values.rb,
lib/uniword/chart/bar_chart.rb,
lib/uniword/chart/explosion.rb,
lib/uniword/chart/gap_width.rb,
lib/uniword/chart/pie_chart.rb,
lib/uniword/chart/plot_area.rb,
lib/uniword/chart/trendline.rb,
lib/uniword/chart/area_chart.rb,
lib/uniword/chart/data_label.rb,
lib/uniword/chart/drop_lines.rb,
lib/uniword/chart/error_bars.rb,
lib/uniword/chart/line_chart.rb,
lib/uniword/chart/show_value.rb,
lib/uniword/chart/bubble_size.rb,
lib/uniword/chart/chart_space.rb,
lib/uniword/chart/data_labels.rb,
lib/uniword/chart/marker_size.rb,
lib/uniword/chart/orientation.rb,
lib/uniword/chart/radar_chart.rb,
lib/uniword/chart/series_text.rb,
lib/uniword/chart/stock_chart.rb,
lib/uniword/chart/bar3_d_chart.rb,
lib/uniword/chart/bubble_chart.rb,
lib/uniword/chart/hi_low_lines.rb,
lib/uniword/chart/legend_entry.rb,
lib/uniword/chart/marker_style.rb,
lib/uniword/chart/pie3_d_chart.rb,
lib/uniword/chart/up_down_bars.rb,
lib/uniword/chart/area3_d_chart.rb,
lib/uniword/chart/axis_position.rb,
lib/uniword/chart/line3_d_chart.rb,
lib/uniword/chart/plot_vis_only.rb,
lib/uniword/chart/scatter_chart.rb,
lib/uniword/chart/surface_chart.rb,
lib/uniword/chart/doughnut_chart.rb,
lib/uniword/chart/error_bar_type.rb,
lib/uniword/chart/trendline_type.rb,
lib/uniword/chart/chart_reference.rb,
lib/uniword/chart/error_direction.rb,
lib/uniword/chart/legend_position.rb,
lib/uniword/chart/major_gridlines.rb,
lib/uniword/chart/minor_gridlines.rb,
lib/uniword/chart/show_legend_key.rb,
lib/uniword/chart/text_properties.rb,
lib/uniword/chart/number_reference.rb,
lib/uniword/chart/numbering_format.rb,
lib/uniword/chart/shape_properties.rb,
lib/uniword/chart/surface3_d_chart.rb,
lib/uniword/chart/diagram_reference.rb,
lib/uniword/chart/auto_title_deleted.rb,
lib/uniword/chart/category_axis_data.rb,
lib/uniword/chart/color_map_override.rb,
lib/uniword/chart/show_category_name.rb,
lib/uniword/chart/tick_label_position.rb
Defined Under Namespace
Classes: Area3DChart, AreaChart, AutoTitleDeleted, AxisId, AxisPosition, Bar3DChart, BarChart, BubbleChart, BubbleSize, CatAx, CategoryAxisData, Chart, ChartReference, ChartSpace, ColorMapOverride, DataLabel, DataLabels, DateAx, DiagramReference, DoughnutChart, DropLines, ErrorBarType, ErrorBars, ErrorDirection, Explosion, GapWidth, HiLowLines, Index, Layout, Legend, LegendEntry, LegendPosition, Line3DChart, LineChart, MajorGridlines, Marker, MarkerSize, MarkerStyle, MinorGridlines, NumberReference, NumberingFormat, Order, Orientation, Pie3DChart, PieChart, PlotArea, PlotVisOnly, RadarChart, Scaling, ScatterChart, SerAx, Series, SeriesText, ShapeProperties, ShowCategoryName, ShowLegendKey, ShowValue, Smooth, StockChart, Style, Surface3DChart, SurfaceChart, TextProperties, TickLabelPosition, Title, Trendline, TrendlineType, UpDownBars, ValAx, Values, XValues, YValues
Class Method Summary collapse
-
.new(_options = {}) ⇒ ChartSpace
Factory method for creating a new ChartSpace.
Class Method Details
.new(_options = {}) ⇒ ChartSpace
Factory method for creating a new ChartSpace
101 102 103 |
# File 'lib/uniword/chart.rb', line 101 def self.new( = {}) ChartSpace.new end |