lightningchart package¶
Subpackages¶
- lightningchart.charts package
- Submodules
- lightningchart.charts.bar_chart module
BarChartBarChart.get_bar_color()BarChart.set_animation_category_position()BarChart.set_animation_values()BarChart.set_bar_color()BarChart.set_bars_color()BarChart.set_bars_effect()BarChart.set_bars_margin()BarChart.set_category_axis_labels()BarChart.set_data()BarChart.set_data_grouped()BarChart.set_data_stacked()BarChart.set_label_fitting()BarChart.set_label_rotation()BarChart.set_palette_colors()BarChart.set_series_background_color()BarChart.set_series_background_effect()BarChart.set_sorting()BarChart.set_subcategory_color()BarChart.set_value_axis_labels()BarChart.set_value_labels()BarChart.translate_coordinate()
BarChartContainerBarChartDashboard
- lightningchart.charts.chart_3d module
Chart3DChart3D.add_box_series()Chart3D.add_line_series()Chart3D.add_mesh_model()Chart3D.add_point_line_series()Chart3D.add_point_series()Chart3D.add_surface_grid_series()Chart3D.add_surface_scrolling_grid_series()Chart3D.set_animation_zoom()Chart3D.set_bounding_box()Chart3D.set_bounding_box_stroke()Chart3D.set_camera_automatic_fitting_enabled()Chart3D.set_camera_location()Chart3D.set_user_interactions()Chart3D.translate_coordinate()
Chart3DContainerChart3DDashboard
- lightningchart.charts.chart_xy module
ChartXYChartXY.add_area_range_series()ChartXY.add_area_series()ChartXY.add_box_series()ChartXY.add_ellipse_series()ChartXY.add_heatmap_grid_series()ChartXY.add_heatmap_scrolling_grid_series()ChartXY.add_line_series()ChartXY.add_point_line_series()ChartXY.add_point_series()ChartXY.add_polygon_series()ChartXY.add_rectangle_series()ChartXY.add_segment_series()ChartXY.add_spline_series()ChartXY.add_step_series()ChartXY.add_text_series()ChartXY.add_x_axis()ChartXY.add_y_axis()ChartXY.pan()ChartXY.set_title_position()ChartXY.set_user_interactions()ChartXY.swap_axes()ChartXY.translate_coordinate()ChartXY.zoom()
ChartXYContainerChartXYDashboardget_axis_id()
- lightningchart.charts.dashboard module
DashboardDashboard.BarChart()Dashboard.Chart3D()Dashboard.ChartXY()Dashboard.DataGrid()Dashboard.FunnelChart()Dashboard.GaugeChart()Dashboard.LegendPanel()Dashboard.MapChart()Dashboard.ParallelCoordinateChart()Dashboard.PieChart()Dashboard.PolarChart()Dashboard.PyramidChart()Dashboard.SpiderChart()Dashboard.ZoomBandChart()Dashboard.add_event_listener()
- lightningchart.charts.funnel_chart module
- lightningchart.charts.gauge_chart module
GaugeChartGaugeChart.set_angle_interval()GaugeChart.set_automatic_bar_coloring()GaugeChart.set_bar_color()GaugeChart.set_bar_effect()GaugeChart.set_bar_gradient()GaugeChart.set_bar_stroke()GaugeChart.set_bar_thickness()GaugeChart.set_color_animation()GaugeChart.set_gap_between_bar_and_value_indicators()GaugeChart.set_glow_color()GaugeChart.set_interval()GaugeChart.set_label_effect()GaugeChart.set_needle_alignment()GaugeChart.set_needle_color()GaugeChart.set_needle_length()GaugeChart.set_needle_stroke()GaugeChart.set_needle_thickness()GaugeChart.set_rounded_edges()GaugeChart.set_tick_color()GaugeChart.set_tick_decimals()GaugeChart.set_tick_font()GaugeChart.set_unit_label()GaugeChart.set_unit_label_color()GaugeChart.set_unit_label_font()GaugeChart.set_value()GaugeChart.set_value_animation()GaugeChart.set_value_decimals()GaugeChart.set_value_indicator_thickness()GaugeChart.set_value_indicators()GaugeChart.set_value_label_color()GaugeChart.set_value_label_font()
GaugeChartContainerGaugeChartDashboard
- lightningchart.charts.map_chart module
- lightningchart.charts.parallel_coordinate_chart module
ParallelCoordinateAxisParallelCoordinateAxis.add_custom_tick()ParallelCoordinateAxis.add_range_selector()ParallelCoordinateAxis.get_custom_ticks()ParallelCoordinateAxis.set_animation_scroll()ParallelCoordinateAxis.set_palette_stroke()ParallelCoordinateAxis.set_solid_stroke()ParallelCoordinateAxis.set_stopped()ParallelCoordinateAxis.set_tick_labels()ParallelCoordinateAxis.set_tick_strategy()ParallelCoordinateAxis.set_units()
ParallelCoordinateAxisRangeSelectorParallelCoordinateChartParallelCoordinateChart.add_series()ParallelCoordinateChart.get_axis()ParallelCoordinateChart.get_series()ParallelCoordinateChart.set_all_axes_tick_labels()ParallelCoordinateChart.set_axes()ParallelCoordinateChart.set_highlight_on_hover()ParallelCoordinateChart.set_lut()ParallelCoordinateChart.set_series_stroke_thickness()ParallelCoordinateChart.set_spline()ParallelCoordinateChart.set_unselected_series_color()ParallelCoordinateChart.set_user_interactions()
ParallelCoordinateChartContainerParallelCoordinateChartDashboard
- lightningchart.charts.pie_chart module
- lightningchart.charts.polar_chart module
PolarChartPolarChart.add_area_series()PolarChart.add_heatmap_series()PolarChart.add_line_series()PolarChart.add_point_line_series()PolarChart.add_point_series()PolarChart.add_polygon_series()PolarChart.add_sector()PolarChart.get_amplitude_axis()PolarChart.get_radial_axis()PolarChart.translate_coordinate()
PolarChartContainerPolarChartDashboard
- lightningchart.charts.pyramid_chart module
- lightningchart.charts.spider_chart module
- lightningchart.charts.treemap_chart module
TreeMapChartTreeMapChart.set_animation_highlight()TreeMapChart.set_animation_values()TreeMapChart.set_data()TreeMapChart.set_displayed_levels_count()TreeMapChart.set_drill_down_node()TreeMapChart.set_header_color()TreeMapChart.set_header_font()TreeMapChart.set_init_path_button_text()TreeMapChart.set_label_color()TreeMapChart.set_label_font()TreeMapChart.set_node_border_style()TreeMapChart.set_node_coloring()TreeMapChart.set_node_effect()TreeMapChart.set_path_label_color()TreeMapChart.set_path_label_font()TreeMapChart.set_user_interactions()
TreeMapChartContainer
- lightningchart.charts.zoom_band_chart module
- Module contents
BackgroundChartStyleChartChartWithCursor2DChartWithCursor3DChartWithCursorXYChartWithLUTChartWithLabelStylingChartWithLabelStyling.get_slice_color()ChartWithLabelStyling.set_label_color()ChartWithLabelStyling.set_label_connector_style()ChartWithLabelStyling.set_label_effect()ChartWithLabelStyling.set_label_font()ChartWithLabelStyling.set_label_formatter()ChartWithLabelStyling.set_slice_colors()ChartWithLabelStyling.set_slice_effect()ChartWithLabelStyling.set_slice_sorter()
ChartWithSeriesChartWithXYAxisChartWithXYZAxisChartsWithAddEventListenerChartsWithCoordinateTransformsCursorBehaviorMixinFunnelPyramidLabelConnectorMethodsFunnelPyramidLabelConnectorMethods.set_label_connector_gap_before_label()FunnelPyramidLabelConnectorMethods.set_label_connector_gap_before_slice()FunnelPyramidLabelConnectorMethods.set_label_connector_length_after_slice()FunnelPyramidLabelConnectorMethods.set_label_connector_min_length_before_slice()
GeneralGetMethodsGeneralGetMethods.get_animations_enabled()GeneralGetMethods.get_background_fill_style()GeneralGetMethods.get_background_stroke_style()GeneralGetMethods.get_is_in_view()GeneralGetMethods.get_minimum_size()GeneralGetMethods.get_padding()GeneralGetMethods.get_size_pixels()GeneralGetMethods.get_theme()GeneralGetMethods.get_title()GeneralGetMethods.get_title_effect()GeneralGetMethods.get_title_fill_style()GeneralGetMethods.get_title_font()GeneralGetMethods.get_title_margin()GeneralGetMethods.get_title_rotation()GeneralGetMethods.get_title_size()
GeneralMethodsGeneralMethods.add_buttonbox()GeneralMethods.add_checkbox()GeneralMethods.add_legend()GeneralMethods.add_pointable_textbox()GeneralMethods.add_textbox()GeneralMethods.buttonbox()GeneralMethods.checkbox()GeneralMethods.dispose()GeneralMethods.get_background_color()GeneralMethods.pointable_textbox()GeneralMethods.save_to_file()GeneralMethods.set_animations_enabled()GeneralMethods.set_background_color()GeneralMethods.set_background_stroke()GeneralMethods.set_padding()GeneralMethods.textbox()
ManualCursor2DManualCursor3DManualCursorXYTitleMethods
- lightningchart.series package
- Submodules
- lightningchart.series.area_range_series module
- lightningchart.series.area_series module
- lightningchart.series.box_series module
- lightningchart.series.box_series_3d module
- lightningchart.series.ellipse_series module
- lightningchart.series.heatmap_grid_series module
- lightningchart.series.heatmap_scrolling_grid_series module
- lightningchart.series.line_series module
- lightningchart.series.line_series_3d module
- lightningchart.series.mesh_model_3d module
MeshModel3DMeshModel3D.get_vertex_locations_world()MeshModel3D.set_animation_highlight()MeshModel3D.set_effect()MeshModel3D.set_highlight_on_hover()MeshModel3D.set_model_alignment()MeshModel3D.set_model_geometry()MeshModel3D.set_model_location()MeshModel3D.set_model_rotation()MeshModel3D.set_scale()MeshModel3D.set_vertex_values_from_array()
- lightningchart.series.parallel_coordinate_series module
- lightningchart.series.point_line_series module
- lightningchart.series.point_line_series_3d module
- lightningchart.series.point_series module
- lightningchart.series.point_series_3d module
- lightningchart.series.polar_area_series module
- lightningchart.series.polar_heatmap_series module
- lightningchart.series.polar_line_series module
- lightningchart.series.polar_point_line_series module
- lightningchart.series.polar_point_series module
- lightningchart.series.polar_polygon_series module
- lightningchart.series.polygon_series module
- lightningchart.series.rectangle_series module
- lightningchart.series.segment_series module
- lightningchart.series.spline_series module
- lightningchart.series.step_series module
- lightningchart.series.surface_grid_series module
- lightningchart.series.surface_scrolling_grid_series module
- Module contents
ComponentWithLinePaletteColoringComponentWithPaletteColoringComponentWithPointPaletteColoringComponentWithRangePaletteColoringFigureSeriesGetPolarDataPointLineAreaSeriesPointLineAreaSeries.alter_samples()PointLineAreaSeries.alter_samples_by_match()PointLineAreaSeries.append_json()PointLineAreaSeries.append_sample()PointLineAreaSeries.append_samples()PointLineAreaSeries.read_back()PointLineAreaSeries.set_curve_preprocessing()PointLineAreaSeries.set_data_mapping()PointLineAreaSeries.set_max_sample_count()PointLineAreaSeries.set_samples()
PointSeriesStylePolarPointStyleRectangleSeriesStyleSeriesSeriesWith2DLinesSeriesWith2DPointsSeriesWith3DLinesSeriesWith3DPointsSeriesWith3DShadingSeriesWithAddArraySeriesWithAddDataPointsSeriesWithAddDataXYSeriesWithAddDataXYZSeriesWithAddEventListenerSeriesWithAddIntensityValuesSeriesWithAddValuesSeriesWithClearSeriesWithCullSeriesWithCursorSeriesWithDataCleaningSeriesWithDrawOrderSeriesWithIndividualPointSeriesWithIntensityInterpolationSeriesWithInvalidateDataSeriesWithInvalidateHeightSeriesWithPixelInterpolationSeriesWithWireframeSeriesWithXYAxesSeriesWithXYZAxesSeriesWithoutCursorEnabledSolveNearestMixin
- lightningchart.themes package
- lightningchart.ui package
- Submodules
- lightningchart.ui.axis module
AxisAxis.add_band()Axis.add_constant_line()Axis.add_custom_tick()Axis.pan()Axis.set_decimal_precision()Axis.set_fallback_to_extreme_ticks()Axis.set_great_tick_style()Axis.set_keep_tick_labels_in_axis_bounds()Axis.set_length()Axis.set_margin_after_title()Axis.set_margins()Axis.set_overlay_style()Axis.set_stroke_style()Axis.set_tick_formatting()Axis.set_tick_labels()Axis.set_tick_strategy()Axis.set_title_margin()Axis.set_title_position()Axis.set_user_interactions()Axis.zoom()
AxisGetMethodsAxisGetMethods.get_default_interval()AxisGetMethods.get_interval()AxisGetMethods.get_interval_restrictions()AxisGetMethods.get_keep_tick_labels_in_axis_bounds()AxisGetMethods.get_length()AxisGetMethods.get_margin_after_ticks()AxisGetMethods.get_margin_after_title()AxisGetMethods.get_margins()AxisGetMethods.get_overlay_style()AxisGetMethods.get_parallel_index()AxisGetMethods.get_scroll_margins()AxisGetMethods.get_scroll_strategy()AxisGetMethods.get_series_data_range()AxisGetMethods.get_stack_index()AxisGetMethods.get_stopped()AxisGetMethods.get_stroke_style()AxisGetMethods.get_thickness()AxisGetMethods.get_tick_strategy()AxisGetMethods.get_title_effect()AxisGetMethods.get_title_fill_style()AxisGetMethods.get_title_font()AxisGetMethods.get_title_position()AxisGetMethods.get_title_rotation()AxisGetMethods.get_units()
AxisWithAddEventListenerBarChartAxisCategoryAxisDefaultAxisDefaultAxis3DGenericAxisGenericAxis.fit()GenericAxis.set_animations_enabled()GenericAxis.set_default_interval()GenericAxis.set_interval()GenericAxis.set_interval_restrictions()GenericAxis.set_scroll_margins()GenericAxis.set_scroll_strategy()GenericAxis.set_stroke()GenericAxis.set_title()GenericAxis.set_title_color()GenericAxis.set_title_effect()GenericAxis.set_units()GenericAxis.set_visible()
GetCustomTicksSpiderChartAxisSpiderChartAxis.add_axis()SpiderChartAxis.set_auto_axis_creation()SpiderChartAxis.set_axis_interval()SpiderChartAxis.set_axis_label_color()SpiderChartAxis.set_axis_label_effect()SpiderChartAxis.set_axis_label_font()SpiderChartAxis.set_axis_label_padding()SpiderChartAxis.set_axis_scroll_strategy()SpiderChartAxis.set_axis_style()SpiderChartAxis.set_scale_label_color()SpiderChartAxis.set_scale_label_font()SpiderChartAxis.set_scale_label_padding()
ValueAxis
- lightningchart.ui.band module
- lightningchart.ui.constant_line module
- lightningchart.ui.custom_tick module
CustomTickCustomTick.set_allocates_axis_space()CustomTick.set_decimal_precision()CustomTick.set_grid_stroke_length()CustomTick.set_grid_stroke_style()CustomTick.set_marker_color()CustomTick.set_marker_font()CustomTick.set_marker_visible()CustomTick.set_text()CustomTick.set_tick_label_alignment()CustomTick.set_tick_label_padding()CustomTick.set_tick_label_rotation()CustomTick.set_tick_length()CustomTick.set_value()
CustomTick3D
- lightningchart.ui.legend module
- lightningchart.ui.polar_axis module
- lightningchart.ui.polar_axis_amplitude module
- lightningchart.ui.polar_axis_radial module
- lightningchart.ui.polar_sector module
- lightningchart.ui.text_box module
PointableTextBoxTextBoxTextBox.add_event_listener()TextBox.add_image()TextBox.add_video()TextBox.get_background()TextBox.get_effect()TextBox.get_highlight()TextBox.get_margin()TextBox.get_padding()TextBox.get_pointer_events()TextBox.get_text()TextBox.get_text_fill_style()TextBox.get_text_font()TextBox.get_text_rotation()TextBox.is_disposed()TextBox.set_background_color()TextBox.set_effect()TextBox.set_padding()TextBox.set_stroke()TextBox.set_text()TextBox.set_text_fill_style()TextBox.set_text_font()TextBox.set_text_rotation()
- Module contents
- lightningchart.utils package
- Submodules
- lightningchart.utils.utils module
LegendEntryOptionsLegendEntryOptions.button_fill_styleLegendEntryOptions.button_rotationLegendEntryOptions.button_shapeLegendEntryOptions.button_sizeLegendEntryOptions.button_stroke_styleLegendEntryOptions.highlightLegendEntryOptions.lutLegendEntryOptions.lut_display_proportional_stepsLegendEntryOptions.lut_lengthLegendEntryOptions.lut_thicknessLegendEntryOptions.match_style_exactlyLegendEntryOptions.showLegendEntryOptions.textLegendEntryOptions.text_fill_styleLegendEntryOptions.text_font
LegendOptionsLegendOptions.add_entries_automaticallyLegendOptions.auto_hide_thresholdLegendOptions.background_fill_styleLegendOptions.background_stroke_styleLegendOptions.background_visibleLegendOptions.entriesLegendOptions.entry_marginLegendOptions.margin_innerLegendOptions.margin_outerLegendOptions.orientationLegendOptions.paddingLegendOptions.positionLegendOptions.render_on_topLegendOptions.titleLegendOptions.title_fill_styleLegendOptions.title_fontLegendOptions.visible
NumpyEncoderPaddingKwargsTickStyleKwargsTickStyleKwargs.background_fill_colorTickStyleKwargs.background_stroke_colorTickStyleKwargs.background_stroke_thicknessTickStyleKwargs.font_familyTickStyleKwargs.font_sizeTickStyleKwargs.font_styleTickStyleKwargs.font_weightTickStyleKwargs.paddingTickStyleKwargs.text_colorTickStyleKwargs.text_paddingTickStyleKwargs.text_rotationTickStyleKwargs.tick_lengthTickStyleKwargs.tick_stroke_colorTickStyleKwargs.tick_stroke_thickness
apply_post_legend_config()build_legend_config()build_series_legend_options()compose_tick_args()convert_color_to_hex()convert_for_serialization()convert_to_base64()convert_to_dict()convert_to_list()convert_to_matrix()convert_to_unix_time()msgpack_default()normalize_schema()process_spark_chart_cell()process_spark_chart_color()process_spark_chart_marker()send_cursor_tick_style()
- Module contents
Submodules¶
lightningchart.conf module¶
lightningchart.instance module¶
- class lightningchart.instance.Instance[source]¶
Bases:
object