Click or drag to resize
KaxChart Methods

The KaxChart type exposes the following members.

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