KaxChart Methods |
The KaxChart type exposes the following members.
Name | Description | |
---|---|---|
AddChartSeries(ChartSeries) |
Adds a new point series
|
|
AddChartSeries(String, Color, Color, ChartSeriesView) |
Creates and adds series to the chart series collection.
|
|
Clear |
Removes all the data series in the chart.
|
|
Clone | ||
DataBind |
Binds a data source to the invoked server control and all its child controls.
(Overrides BaseDataBoundControlDataBind.) |
|
ExportToImage(String) |
Saves chart to an image file.
|
|
ExportToImage(String, ImageFormat) |
Saves chart to an image file with specified image format.
|
|
ExportToStream |
Saves chart to stream with specified image format.
|
|
GetByName |
Gets series according to the name
|
|
GetCallbackResult | ||
GetSeriesByColor |
Gets a series of element according to the specified color.
|
|
GetSeriesByIndex |
Gets a series of element according to the specified index.
|
|
GetSeriesByName |
Gets a series of element according to the specified name.
|
|
InsertChartSeriesAt |
Adds a point series in a specified location in the series collection
|
|
LoadFromXml(TextReader) |
Loads chart data from a TextWriter object
|
|
LoadFromXml(String) |
Loads KaxChart's data from XML file
|
|
MapPath | ||
RaiseCallbackEvent | ||
RaisePostBackEvent | ||
RemoveAllSeries |
Removes all the data series in the chart without removing axis items. without removing axis items.
|
|
RemoveSeriesAt |
Removes the data series at the specified index.
|
|
SaveToXml |
Exports current chart's settings into TextWriter object
|
|
SaveToXml(String) |
Saves the contents of the Chart data into a Xml file
|