|
|
DrillDown |
Demonstrates the power of automated drilldown using only the DrillDownChain property. |
DrillDownMultiSeries |
Demonstrates drilldown with multiple series
and show a single series
through the drill down
chain. |
DrillDownMultiSeries2 |
Demonstrates drilldown with multiple series
and show all the series
through the drill down
chain. |
DrillDownSplitBy |
Demonstrates drilldown using the SplitBy option. |
DrillDownPie |
Demonstrates drilldown with a pie chart. |
DrillDownManual |
Demonstrates how a drill down can be performed manually with enhanced flexibility.
|
DrillDownNoDateGrouping |
Demonstrates how a drill down can be performed without date grouping. |
DrillSlice |
Demonstrates using
drill down to explode a donut slice when clicked. |
DrillDownOtherElement |
Demonstrates drilldown in other element when limit is set. |
DrillDownOtherSeries |
Demonstrates drilldown in other series when SplitByLimit is set.
|
|
|
ReloadPeriod |
Demonstrates reloading
the chart with dynamic data in a
time interval. |
Outputcache |
Demonstrates caching a dynamic chart page so the page contents and chart are only generated when the cache expires.
|
Fragmentcache |
Demonstrates caching a dynamic chart
independently of page content so page content executes
dynamically while the chart is cached for the duration set.
|
CleanupPeriod |
Demonstrates
using the automated temp file cleanup by deleting files generated
more than 5 minutes ago. |
PostRenderDrawing |
Demonstrates how to modify the chart image
programmatically after rendering using GDI+. |
SaveLegendImage |
Demonstrates how to save the legend independently of
the chart image and position it in HTML. |
ImageMapText |
Demonstrates how to set an image map for the chart
image and legend image separately.
|
Streaming |
Demonstrates streaming a chart image directly to the browser without using a file.
|
StreamingUsage |
Demonstrates using the image
output from streaming.aspx
so the returned chart can be
mixed with other HTML
elements.
|
CodeBehind |
Demonstrates use of code behind for generating a chart. |
SaveState |
Demonstrates
how to save a chart object to an xml
file. |
LoadState |
Demonstrates
how a chart object can be loaded from the saved xml file. |
Postback |
Demonstrates
how to use the reloaded data
during the post back request. |
|
|
DataTable |
Demonstrates using
DataTable from the provided
database and Series.Data property. |
DataSet |
Demonstrates using
DataSet from the provided database and Series.Data property. |
DataView |
Demonstrates using
DataView from the provided
database and Series.Data property. |
DataReader |
Demonstrates using
OleDbDataReader from the
provided database and Series.Data property. |
Xml |
Demonstrates using xml from
the provided orders.xml file
and Series.Data property. |
Xml2 |
Demonstrates using the
element's attribute for
storing the data in xml in
the provided orders2.xml. |
XmlDocument |
Demonstrates using xmlDocument from
the provided orders.xml file
and Series.Data property. |
Excel |
Demonstrates using an excel
file and Series.ConnectionString property. |
DataEngine |
Demonstrates direct use of the DataEngine and
subsequent series / element manipulation of populated data. |
StoredProcedure |
Demonstrates
stored procedure usage with 2 date parameters. |
FinancialDB |
Demonstrates how to use a database to generate a
financial chart.
|
GanttDB |
Demonstrates creating a Gantt chart dynamically from a database. |
GanttDateTimeDB |
Demonstrates creating a Gantt chart dynamically from a database using a
data/time axis. |
ScatterDateTimeDB |
Demonstrates creating a scatter chart dynamically from a database using a
data/time axis. |
HashTable |
Demonstrates using
HashTable and Series.Data property. |
ObjectCollection |
Demonstrates using
ObjectCollection and Series.Data property. |
ArrayList |
Demonstrates using
ArrayList and Series.Data property. |
MultiSeriesFromColumns |
Demonstrates how to add multiple series from different database columns using datafields and customize series settings afterwards using the OnPostDataProcessing event. |
MultiSeriesFromColumns2 |
Demonstrates how to
easily add multiple series from
different database columns using
datafields. |
|
|
Seconds |
Demonstrates
data grouping by Seconds. |
Minute/second |
Demonstrates
data grouping for a minute by
seconds. |
Minutes |
Demonstrates
data grouping by minutes. |
Hour/minute |
Demonstrates
data grouping for an hour by minutes. |
Hours |
Demonstrates
data grouping by hours. |
Day/hour |
Demonstrates
data grouping by a day by hours. |
Days |
Demonstrates
data grouping by days. |
Week |
Demonstrates
data grouping for a week by days. |
Month/Day |
Demonstrates
data grouping for a month by day. |
Months |
Demonstrates
data grouping by months. |
Quarter |
Demonstrates
data grouping an year by quarters. |
Quarters |
Demonstrates
data grouping by quarters.
|
Year/month |
Demonstrates
data grouping by an year by months.
|
Years |
Demonstrates
data grouping by years. |
Weeks |
Demonstrates data grouping by weeks with a custom start
day of week selected. |
StartMonthOfYear |
Demonstrates data grouping by years with a custom start
month of year selected. |
RateCharts |
Demonstrates creating a derived series through division of 2 existing series. |
RunningSum |
Demonstrates use of a running sum derived series
based on an invisible series. |
Limit |
Demonstrates limiting the number of elements in the
series and the "show other" functionality. |
LimitPrimarySeries |
Demonstrates limiting the number of elements in the
multiple series relative
to a primary series. |
SplitBy |
Demonstrates use of the split by feature along with
show other. |
SeriesTrimming |
Demonstrates removing elements from a series based on
their value. |
SeriesCollectionSort |
Demonstrates sorting series within the series
collection. |
CalendarPattern |
Demonstrates how a calendar pattern can be used to trim
data and highlight chart area sections. |
ScaleBreakCalendarPattern |
Demonstrates
using automatic scale break with
calendar pattern. |
TrendLine |
Demonstrates how to derive trend lines from your data. |
TrendLineScatter |
Demonstrates how to derive trend lines from your
scatter data. |
|
|
LegendBoxDataSource |
Demonstrates how to populate custom legend boxes
automatically with series data. |
AnnotationDataSource |
Demonstrates how to use data sources to process string
tokens in an annotation. |
|
|
LegendBoxEntryTemplate |
Demonstrates how to use templates and setting tool tips
and hyper links for legend box entries. |
ElementTemplate |
Demonstrates template usage in elements and tick marks
along with tool tips and drilldown. |
CustomAttributes |
Demonstrates the usage of custom attributes on a per
element basis set from the database. |
JavaScriptClick |
Demonstrates
how to use java script in
the URL of elements on a
chart. |
TitleBoxTokens |
Demonstrates how titles and chart area labels can use
tokens to describe the data being shown. |
LegendBoxCustom |
Demonstrates using a custom legend entry with
additional custom columns. |
AxisLabelTokens |
Demonstrates how dynamic tokens can be used by axis
labels. |
JavaScriptToolTips |
Demonstrates how to implement JavaScript tool tips with custom formatting and inline images returned from element
level custom attributes replaced dynamically in a custom hotspot
OnMouseOver HTML attribute.
|
Hotspots |
Demonstrates
the usage of hotspot attributes
for alerts, status bar text and
tool tips. |
|
|
BackgroundImage |
Demonstrates using
background with
centered image. |
BackgroundImageStretch |
Demonstrates using
background with
stretched image. |
BackgroundImageTile |
Demonstrates using
background with Tiled
image. |
BackgroundColor |
Demonstrates using
background with
solid Color. |
BackgroundGradient |
Demonstrates using
background with 2
Color gradient. |
FloatingPie |
Demonstrates floating pies inside a border using the margin and
background options. |
RadarBackground |
Demonstrates series level background usage in a radar chart. |
Bevel |
Demonstrates
how to give your charts some style
using the bevel effect. |
GlassEffect |
Demonstrates how to use the glass effect. This effect
works best on box objects. |
BrushBackground |
Demonstrates
using a custom brush with a
background object. |
HatchPie |
Demonstrates using hatch patterns with a pie chart. |
|
|
TitleBox |
Demonstrates all of the properties of the title box. |
TitleBoxTokens |
Demonstrates how titles and chart area labels can use
tokens to describe the data being shown. |
LegendBoxTitle |
Demonstrates including the legend within the title box.
|
|
|
LegendBox |
Demonstrates all of the properties of the legend box. |
InvisibleLegendEntry |
Demonstrates making the original legend entries
invisible and adding 3 custom legend entries. |
LegendBoxDataSource |
Demonstrates how to populate custom legend boxes
automatically with series data. |
LegendBoxElement |
Demonstrates how to use a legend box to refer to
particular elements. |
LegendBoxElement2 |
Demonstrates
how to use the legend box to
describe the 'other' element
of a limited series. |
LegendBoxMultiple |
Demonstrates how multiple chart areas can have their
data placed in separate legend boxes. |
LegendBox-Trick1 |
Demonstrates how to
use a new line character to show
series name and value in the
same column to save horizontal
space. |
|
|
UnitConversion |
Demonstrates using the built in axis calculation to
convert units and add multiple temperature axis. |
InteractiveUnitConversion |
An interactive sample which demonstrates different axis
unit conversions via a web interface. |
CustomFunction |
Demonstrates the usage of a custom function to
transform the axis values. |
TimeInterval |
Shows a calculated time axis changing the time interval
without altering the rendered chart. |
OperatorCalculations |
Demonstrates usage of operators on series to manipulate
chart data. |
CalculatedTimeAxis |
Demonstrates
how to use calculated time
axis. |
LegendBoxAbsolute |
Demonstrates how to use absolute positioning with a
legend box. |
LegendBoxCustom |
Demonstrates using a custom legend entry with
additional custom columns. |
LegendBoxHeader |
Demonstrates how to activate the main header entry for
a legend box. |
LegendBoxCustomHeader |
Demonstrates advanced legend entry header features. |
|
|
|
AxisMarkers |
Demonstrates usage of single line and ranged axis
markers.
|
DynamicAxisMarkers |
Demonstrates usage of single line and ranged axis
markers set dynamically. |
AxisMarkerAdvanced |
Demonstrates how to use and
attach axis markers to axes
and elements. |
GaugeClock |
Demonstrates a gauge chart created to look like a clock
and displaying current server time. |
GaugeMarkers |
Demonstrates the use of axis markers in a gauge chart.
|
AxisHorizontalColorBands |
Demonstrates
the creation of color bands
representing different data
conditions using axis markers. |
|
|
SeriesAxisBinding |
Demonstrates binding multiple series to one axis and a
derived series to a secondary axis.
|
SeriesAxisBindingDB |
Shows total sales and number of orders from the sample
database bound to different axis and also shows how the same chart would appear
if bound to the same axis. |
InvisibleAxis |
Demonstrates making the original axis invisible and
adding a new axis to replace it while maintaining series bindings to both axis.
|
|
|
SeriesAxisBinding |
Demonstrates binding multiple series to one axis and a
derived series to a secondary axis.
|
SeriesAxisBindingDB |
Shows total sales and number of orders from the sample
database bound to different axis and also shows how the same chart would appear
if bound to the same axis.
|
AxisShadowImportantTicks |
Demonstrates
how to add ticks to a secondary
axis to identify important data
points (in this case elements). |
AxisShadowSeriesNames |
Demonstrates
adding ticks in a secondary axis
to identify series names. |
AxisShadowSeriesValues |
Demonstrates how to
add ranged ticks to identify the
series value range starting from
zero. |
AxisShadowSeriesValues2 |
Demonstrates how to
add ranged ticks to show the
relative series totals. |
AxisShadowSeriesValues3 |
Demonstrates how to
add ranged ticks to identify the
exact series value ranges and
highlight them with axis
markers. |
|
|
DynamicTicks |
Demonstrates how to create dynamic tick labels based on
chart data. |
TickSeparators |
Demonstrates the usage of tick label separators. |
TickLabelModes |
Demonstrates the usage of different axis tick label
modes. |
AxisLabelOverrides |
Demonstrates how to override specific Y Axis values. |
AdvancedTimeInterval |
Demonstrates how to use the advanced TimeInterval
features with axis scales. |
ArbitraryTicks |
Demonstrates how ticks can be added at any position on
an axis scale. |
RangedTicks |
Demonstrates the usage of ranged
ticks. |
AxisGridLinePerTick |
Demonstrates how additional grid lines on a chart area
at any position using axis ticks. |
AxisMarkerTicks |
Demonstrates how to use AxisTicks associated with
AxisMarkers. |
AxisTickOverrides |
Demonstrates how axis ticks can be used to change the
properties of other automatically generated ticks. |
AxisTickTypes |
Demonstrates how different tick types can be used. |
AxisTickAlignment |
Demonstrates how using different tick alignments. |
ElementTicks |
Demonstrates how axes can automatically generate ticks
at each element's position and how to control each element's tick
independently. |
ArbitraryTicks2 |
Demonstrates how to
create arbitrary axis ticks
using a single line of code. |
AxisMinorTicks |
Demonstrates how to
create minor ticks at specific
intervals. |
AxisMinorTicksTrick |
Demonstrates how to
create minor ticks with custom
label formatting using a token
for value. |
AxisSmartMinorTicks |
Demonstrates how
smart minor ticks can add and
automatically determine suitable
minor tick intervals. |
AxisTickAutoTimeLabels |
Demonstrates how to use axis
time label automation and
specify different properties for
time labels. |
AxisTickSmartTimeLabels |
Demonstrates
the use of smart time labels to
intelligently show significant
time labels automatically. |
AxisTickAutoAddRangeTimeLabels |
Demonstrates
how to use add range with time
label automation to add axis
time ranges automatically. |
AxisTickAutoRangeTimeLabels |
Demonstrates axis time label
automation and how to specify
different properties for time
labels representing different
periods. |
AxisTickToken |
Demonstrates how
to format axis ticks with tokens
and how to display token strings
as text without having them
replaced. |
AxisShadowCalculatedTicks |
Demonstrates
using a shadow axis with
calculated ticks. |
AxisShadowSeriesLastValues |
Demonstrates
how to use a replica shadow axis
to identify the last values of a
series. |
Axistickexpressions |
Demonstrates using expressions in y axis tick labels to change values like 10,000 to 10 K.. |
|
|
MultiChart |
Demonstrates displaying and arranging multiple charts
in a single page. |
MultiChartPro |
Demonstrates displaying and arranging multiple charts
in a single page programmatically. |
ChartAreaCustomLayout |
Demonstrates how grid positions can be specified for
multiple chart areas. |
ChartAreaRelationships |
Demonstrates how chart areas automatically position
themselves based on axis relationships. |
ChartAreaDB |
Demonstrates
the usage of multiple chart areas
for details drill down. |
ChartAreaDB2 |
Demonstrates
the usage of multiple chart areas
with limit and multiple chart
area display in a single legend
box. |
Pyramid |
Demonstrates
the usage of multiple chart areas
and inverted axis
for data comparison. |
ChartAreaFinancial |
Demonstrates how
to generate a financial chart
with two chart areas. |
ChartAreaSizing |
Demonstrates how to control the sizes of different
areas. |
|
|
IterateElements |
Demonstrates iterating through the elements and
changing colors based on element values. |
ElementTemplate |
Demonstrates template usage in elements and tick marks
along with tool tips and drilldown. |
SortElement |
Demonstrates sorting elements. |
ColorByElements |
Demonstrates displaying each element in a series with
different colors . |
EmptyElements1 |
Demonstrates the different modes of empty element
handling in a single chart. |
EmptyElements2 |
Demonstrates advanced empty element handling with
custom markers and lines. |
ElementMarkers |
Demonstrates using image markers on elements and in the
legend. |
MultiColorArea |
Demonstrates how you can color an element in each
series. |
ProgressBar |
Demonstrates a simple progress bar with percent
complete indicator. |
ElementErrorBars |
Demonstrates
the different data values for
element error bars. |
ElementSubValueStyling |
Demonstrates
the different styling options
for element sub values (error
values).
|
InvisibleElementMarkers |
Demonstrates how
to create a line chart without
markers. |
InvisibleElements |
Demonstrates
how an invisible element can be
used to draw an annotation on
the chart area at an exact axis
value position. |
GradientLine |
Demonstrates
using a multi-color 2D line. |
GradientSpline3D |
Demonstrates
using a multi-color 3D spline. |
GradientSpline |
using a multi-color 2D spline. |
|
|
LabelTruncation |
Demonstrates the different modes of label element
truncation. |
GaugeStyling |
Three different charts demonstrating a variety of gauge
styling options. |
ElementTicks |
Demonstrates how axes can automatically generate ticks
at each element's position and how to control each element's tick
independently. |
LegendBoxCustomHeader |
Demonstrates advanced legend entry header features. |
AxisTickOverrides |
Demonstrates how axis ticks can be used to change the
properties of other automatically generated ticks. |
AxisLabelOverrides |
Demonstrates how to override specific Y Axis values. |
PostRenderLabeling |
Demonstrates how to
label an element after the chart
is rendered. |
XAxisLabelAngles |
Demonstrates how to
set the angle of x axis labels. |
LabelExpressions |
Demonstrates
how to use expression in the
element's label. |
CenteredBubbleLabels |
Demonstrates
centering labels on bubble
elements. |
SeriesLabeling |
Demonstrates
using a single label per series
to indicate the series name. |
LineLabelAlignment |
Demonstrates
how to set element's label in
the different positions. |
|
|
DynamicAnnotation |
Demonstrates using annotations with templates and
different data sources. |
HeaderAnnotation |
Demonstrates how to use annotations to create a custom
company header on your charts. |
AnnotationLink |
Demonstrates how you can place links anywhere on the
chart using annotations. |
ElementAnnotation |
Demonstrates how to attach an annotation to an element
on the chart. |
AnnotationAlignment |
Demonstrates the five different annotation text
alignment options. |
AnnotationOrientation |
Demonstrates the nine different annotation orientation
options. |
AnnotationDataSource |
Demonstrates how to use data sources to process string
tokens in an annotation. |
|
|
GaugeAngles |
Demonstrates range angle and sweep angle with a fixed
orientation angle. |
GaugeBackground |
Demonstrates a gauge chart with a series level image
background set. |
GaugeMultiNeedles |
Demonstrates a gauge with four needles. A new needle is
created for each element. |
GaugeStyling |
Three different charts demonstrating a variety of gauge
styling options.
|
GaugeNeedlesWithMarkers |
Demonstrates how to
create a gauge with markers on
the needle tips. |
|
|
DataGrid |
Displays tabular chart data in a datagrid along with
the chart image.
|
DataGridTemplate |
Demonstrates usage of the datagrid series header
template in an automated drilldown chart. |
DataGridCustom |
Displays a tabular chart data in a custom datagrid along with the chart
image. |
PostDataProcessing |
Demonstrates the usage of the PostDataProcessing event. |
|
|
HatchStylePalette |
Demonstrates setting the hatch style and regular color
palettes independently for two series. |
HatchPalette |
Demonstrates different hatch style options assigned on
a per element basis. |
HatchEnhanced |
Demonstrates how columns can be enhanced visually using
a hatch style. |
|
|
MiniStackedBar |
Demonstrates a single floating full stacked bar with
legend. |
ProgressBar |
Demonstrates a simple progress bar with percent
complete indicator. |
MultiColorArea |
Demonstrates how you can color an element in each
series. |
ColorBlindPie |
Demonstrates how to apply unique markers for those who
may not be able to differentiate elements based on their color. |
DashboardLinearGauge |
Demonstrates creating a linear gauge chart. |
DashboardLinearGauge2 |
Demonstrates creating an alternate linear gauge chart. |
HatchEnhanced |
Demonstrates how columns can be enhanced visually using
a hatch style. |
DietDB |
Demonstrates real world combination chart with
independently bound axis. |
Pareto |
Demonstrates a pareto chart created with the powerful
built in combination chart functionality. |
FunnelArea |
Demonstrates a funnel area chart created with an
area line. |
Pyramid |
Demonstrates
a pyramid chart types created
using 2 chart areas. |
GanttAdvanced |
Demonstrates an invisible y axis to place two series on
the same column. Without two axes, the elements would appear side by side. |
|
|
RadarAngles |
Demonstrates using orientation
angles with polar and spider
radar charts. |
RadarMarkers |
Demonstrates using axis markers
with polar and spider radar
charts. |
RadarMarkersInFront |
Demonstrates
using axis markers with polar
and spider radar charts. |
RadarMode |
Demonstrates the two different
radar modes: Spider and Polar. |
|
|
AroonIndicators |
Demonstrates
a multiple chart area stock
chart with arroon indicators. |
ChaikinIndicators |
Demonstrates
a multiple chart area stock
chart with chaikin indicators. |
CommodityChannelIndex |
Demonstrates
a multiple chart area stock
chart with commodity channel
index. |
Correlation |
Demonstrates
the use of
LeastSquaresRegressionLineX and
LeastSquaresRegressionLineY from
within Correlation class. |
Filters |
Demonstrates the use of
financial indicators MedianPrice
and TypicalPrice.
|
FinancialMA |
Demonstrates
the use of the
SimpleMovingAverages and
GeometricalMovingAverage. |
FinancialOneValueIndicators |
Demonstrates
the use of one-value financial
indicators arithmeticMean,
geometric mean, standard
deviation, mean deviation, range
and median. |
FrequencyTable |
Demonstrates the use of
statistical procedures to
summarize quantitative data from
within DataPresentation class.
|
MarketStrength |
Demonstrates
the use of BalanceOfPower
financial indicator. |
Oscillators |
Demonstrates
the use of financial indicators
: Momentum and
MoneyFlowIndexOverPeriod. |
ZScore |
Demonstrates
the use of ZScore indicator. |
CrossingSignal |
Demonstrates
the use of the Crossing Signal
indicators within Stochastic. |
ExtremeValueSignal |
Demonstrates
the use of the Extreme value
signal indicators. |
GeneralLinear |
Demonstrates
the use of GeneralLinear
indicator from within
forecasting. |
GeneralLinearFit |
Demonstrates
the use of GeneralLinear
Forecasting engine in order to
find the function of best fit
from three functions spaces. |
LogarithmicFitting |
Demonstrates
the use of GeneralLinear
forecasting engine in order to
find the function of best fit
from three functions spaces. |
NonLinearPolynomial |
Demonstrates
the use of NonLinear Forecasting
model in order to find the
function of best fit. |
PolynomialFitting |
Demonstrates
the use of GeneralLinear
forecasting engine in order to
find the function of best fit
from three functions spaces. |
PolynomialFittingExtended |
Demonstrates
the use of GeneralLinear
forecasting engine in order to
find the function of best fit
from three functions spaces. |
Residuals |
Demonstrates
the use of
LeastSquaresRegressionLineX and
LeastSquaresRegressionLineY from
within Correlation class. |
SineFitting |
Demonstrates
the use of GeneralLinear
forecasting engine in order to
find the function of best fit
from three functions spaces. |
Stochastic |
Demonstrates
the use of the K% Stochastic and
D% Stochastic. |
TrendLineExponential |
Demonstrates
the use of TrendLineExponential
from within ForecatEngine which
find the best fitting
exponential curve to sets of
data. |
TrendLineExponentialExt |
Demonstrates
the use of TrendLineExponential
from within ForecatEngine which
find the best fitting
exponential curve to sets of
data. |
ForecastingPopulation |
Demonstrates the usage of TrendLineExponential
for forecasting the world's
population. |
TrendLineLogarithmic |
Demonstrates the use of
TrendLineLogarithmic from within
Forecasting which find the best
fitting logarithmical curve to
sets of data. |
TrendLinePolynomial |
Demonstrates
the use of TrendLine Forecasting
engine in order to find the
function of best fit for the
seventh degree polynomial. |
TrendLinePolynomialExt |
Demonstrates the use of
TrendLine Forecasting engine in
order to find the function of
best fit for the seventh degree
polynomial. |
TrendLinePower |
Demonstrates the use of
TrendLinePower from within
Forecasting which find the best
fitting power curve to sets of
data. |
Pearson |
Demonstrates the use of
LeastSquaresRegressionLineX and
LeastSquaresRegressionLineY from
within Correlation class. |
VolumeIndicators |
Demonstrates
the use of the Volume
indicators. |
|
|
SmartPalette |
Demonstrates
how colors can be defined to
apply to elements and series by
name. |
SmartPaletteSaving |
Demonstrates
how to save a custom set of
colors ( palette ) to an xml
file. |
SmartPaletteLoading |
Demonstrates
how name color pairs can be
loaded from the saved xml file. |
SmartPaletteAutoSync |
Demonstrates
the usage of color
synchronization between multiple
chart areas for the same
elements. |
Palettes |
Demonstrates
different palette settings. |
|
|
Debugging |
Demonstrates error message display with the debug
property enabled. |
BarFixedSize |
Demonstrates how to set bar width to a fixed size. |
VersionHistory |
Shows .netCHARTING version history with a scatter
chart. |
VersionHistoryGantt |
Shows .netCHARTING version history with a Gantt chart. |
Padding |
Demonstrates how to pad different parts of the chart.
|
DifferenceSeries |
Demonstrates how to
create a series which represents
the difference in values between
2 series.
|
TakeColorFrom |
Demonstrates how to
set resulting calculated
elements with colors of the
original series. |
PagingSeries |
Demonstrates how to
setup an interface to page
through multiple series using
annotations as navigation
buttons. |
PagingElements |
Demonstrates how to
setup an interface to page
through multiple elements in a
single series. |
BoxCoordinates |
Demonstrates how the coordinates of boxes on the chart can be acquired after the chart is generated.. |
SplineTension |
Demonstrates
different settings for the
tension of a spline curve. ( 0 -
100 ) |
|
|