Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

18 total results found

Ignition! Modules

Ignition!
Module Development

SC Charts

Latest Release 1.0.0: DOWNLOAD Contact us to purchase! Performance trending for Ignition! Perspective. Reasons to use SC Charts: Blazingly fast rendering performance for large datasets. Line, spline, column, mountain, mountain spline and scatter chart s...

Ignition!
Module Development
Charting

Development Roadmap

SC Charts

Chart2D Properties and Events

SC Charts

Basic use of the module requires the configuration of properties that define the data and appearance of the chart. Interaction properties configure how users interact with the chart. This includes the menu, adding x-trace markers, changing and configuring zoo...

User Guide

SC Charts

Releases

SC Charts

Interaction Properties

SC Charts Chart2D Properties and Events

The interaction properties configure how a user interacts with the chart, including its menu and interaction modes. They are summarized here and described in further detail in the linked sections below. Name Description Property Type mode ...

Chart Properties

SC Charts Chart2D Properties and Events

The chart properties define the data, appearance, and user interactions of the chart. The high-level properties are summarized here and described in detail in the linked sections. Name Description Property Type data Array of objects that def...

Chart 2D

SC Charts Development Roadmap

Features are subject to change based on customer demand and development cycles. Developer Resources Interactions - Due to the complexity of the ability to create custom event handlers for interactions Streamline is working on a set of basic examples to sha...

Chart 3D

SC Charts Development Roadmap

While the addition of three-dimensional charts is feasible, their release into the module will be determined by customer demand and as such there is no guarantee for their implementation.  Streamline is aiming to add the following chart types to the module to...

SC Charts - 1.0.0

SC Charts Releases

DOWNLOAD Contact us to purchase! Release Notes Streamline Control is releasing a milestone 1.0.0 release of SC Charts. The high-level features of this release are described below. Pen Types Line Spline Mountain Mountain spline Column Scatter Cha...

Quick Download Links

SC Charts Releases

Use the links below to download the latest as well as previous releases. Latest 1.0.0

User Interactions

SC Charts User Guide

SC Charts allows the user to interact with data in the chart in different ways depending on the selected interaction mode and its configuration. These modes include: Annotate Range Brush X Trace Measure Zoom To Area Pan And Zoom Mouse Wheel Zoom ...

Theme Properties

SC Charts Chart2D Properties and Events

Theme properties may be used to set common colors across many properties in each component instance. By default, any color prop defined on the chart, an axis, pen, or interaction will override the props listed below. See each property description for more inf...

Getting Started

SC Charts

Browser Support SC Charts performs incredibly well in chromium based browsers such as Google Chrome, Microsoft Edge, and even the Ignition Designer. Ensure your browser has WASM support enabled (this should be enabled in modern browsers by default). There ha...

Frequently Referenced Types

SC Charts Chart2D Properties and Events

Color The module supports many color strings formats including hex, rgb, rgba, hsl, sla, css color, and Ignition theme colors. Any color defined with an alpha (hexa, rgba, hsla) which also has an opacity property defined alongside will automatically multiply...

Component Events

SC Charts Chart2D Properties and Events

The annotate, measure, and range brush interaction modes fire component events that allow the implementation of custom functionality when a user interacts with the chart or chart element. Annotation Events Name Description onAnnotationAdd Fi...

Basic Configuration

SC Charts User Guide

This guide covers the basic configuration of a 2D trend and the various properties which are necessary for its configuration. For more advanced implementation, please reference the provided property documentation and other user guides. The authors of this gui...