Search
Chart Members
Constructors Properties Methods
 


A base class for chart controls.

The following tables list the members exposed by the Chart type.

 Public Constructors

  Name Description

Chart

Initializes a new instance of the Chart class.

 Public Properties

  Name Description

allowMoveLegend

Gets or sets a value indicating whether users are allowed to move the legend.

chartPanel

Gets or sets the GridPanel that contains the chart's PlotPanel and axis renderers.

dataBoundSeries

Contains series generated from DataSource data.

dataSource

Gets or sets the chart's data source.

innerLabelsDataFields

Gets or sets the names of fields in the data source whose values are shown as inner labels of rendered graphical elements.

legendHorizontalAlignment

Gets or sets the horizontal alignment of the legend.

legendMargin

Gets or sets the margin space around the legend.

legendRenderer

Gets the LegendRenderer component used to draw the chart's legend.

legendSpacing

Gets the distance between adjacent entries in the legend.

legendTitle

Gets or sets the legend title.

legendVerticalAlignment

Gets or sets the vertical alignment of the legend.

outerLabelsDataFields

Gets or sets the names of fields in the data source whose values are shown as outer labels of rendered graphical elements.

plot

Gets the chart's Plot component.

plotImageAlign

Gets or sets the alignment of PlotImage relatively to the plot boundaries.

plotImageAutoSize

Gets or sets whether auto-size mode is enabled for PlotImage.

plotImageLocation

Gets or sets the Image drawn inside chart's plot area.

plotPanel

Gets the Panel that contains the chart's plot and associated elements.

showDataLabels

Gets or sets what kind of labels from data series should be drawn.

showHighlight

Gets a value indicating whether to show highlights on data items.

showLegend

Gets or sets a value indicating whether the chart should draw a legend.

showLegendTitle

Gets a value indicating whether to display the legend title.

showToolTips

Gets a value indicating whether to show tooltips.

showZoomWidgets

Gets or sets a value indicating whether the plot should show zoom buttons.

subtitle

Gets or sets the sub-title of this chart.

subtitleBrush

Gets or sets the Brush used to draw chart's Subtitle.

subtitleFontName

Gets or sets the name of Font used to draw chart's Subtitle.

subtitleFontSize

Gets or sets the size of Font used to draw chart's Subtitle.

subtitleFontStyle

Gets or sets the style of Font used to draw chart's Subtitle.

subtitleMargin

Gets or sets the margin space around Subtitle.

title

Gets or sets the title of this chart.

titleBrush

Gets or sets the Brush used to draw chart's Title.

titleFontName

Gets or sets the name of Font used to draw chart's Title.

titleFontSize

Gets or sets the size of Font used to draw chart's Title.

titleFontStyle

Gets or sets the style of Font used to draw chart's Title.

titleMargin

Gets or sets the margin space around Title.

toolTipsDataFields

Gets or sets the names of fields in the data source whose values are shown as tooltips of rendered graphical elements.

xAxisLabelsDataFields

Gets or sets the names of fields in the data source whose values are shown as X axis labels of rendered graphical elements.

xDataFields

Gets or sets the names of fields in the data source whose values are assigned to X coordinates of rendered graphical elements.

yAxisLabelsDataFields

Gets or sets the names of fields in the data source whose values are shown as Y axis labels of rendered graphical elements.

yDataFields

Gets or sets the names of fields in the data source whose values are assigned to Y coordinates of rendered graphical elements.

zAxisLabelsDataFields

Gets or sets the names of fields in the data source whose values are shown as Z axis labels of rendered graphical elements.

zDataFields

Gets or sets the names of fields in the data source whose values are assigned to Z coordinates of rendered graphical elements.

 Public Methods

  Name Description

createPlot

Creates the Plot type corresponding to this chart.

onPaddingChanged

Control.OnPaddingChanged override.

onSizeChanged

Control.OnSizeChanged override.

resetZoom

Resets zoom level to original data range.

zoomOut

Zooms out of current data range.

 See Also