EJSC Namespace Property Examples
Properties Demonstrated
- Standard EJSC Namespace Properties
Desired Result
Default Chart Settings
Source Code
- Rendering Source Code...
Properties Demonstrated
- EJSC.STRINGS.building_message
- EJSC.STRINGS.max_zoom_message
- EJSC.STRINGS.drawing_message
- EJSC.STRINGS.chart_legend_title
- EJSC.STRINGS.y_axis_caption
- EJSC.STRINGS.x_axis_caption
Desired Result
This chart will have not be interactive (ie zooming, moving, point selection, etc.) and auto axis scaling for the x axis will be disabled. In addition the status messages (such as "Drawing..." when the chart is loading) will not be displayed and the title will display custom text.
Source Code
- Rendering Source Code...
Properties Demonstrated
- EJSC.DefaultBarColors
Desired Result
This chart will change the global BarSeries colors.
Source Code
- Rendering Source Code...
Properties Demonstrated
Desired Result
This chart will have the same new colors as the last BarSeries.
Source Code
- Rendering Source Code...
Properties Demonstrated
- EJSC.DefaultPieColors
Desired Result
This chart will change the global PieSeries colors.
Source Code
- Rendering Source Code...
Properties Demonstrated
Desired Result
This chart will have the same new colors as the last PieSeries.
Source Code
- Rendering Source Code...
Properties Demonstrated
- EJSC.DefaultColors
Desired Result
This chart will change the global default colors.
Source Code
- Rendering Source Code...
Properties Demonstrated
Desired Result
This chart will have the same new colors as the last LineSeries.
Source Code
- Rendering Source Code...