| KaxChart Class |
Namespace: Kettic.AspNet.Controls
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
|
| Name | Description | |
|---|---|---|
| AccessKey | (Overrides KaxDataBoundControl.AccessKey.) | |
| BackColor | (Overrides KaxDataBoundControl.BackColor.) | |
| BackgroundComplexSettings |
Complex set of a variety of color fill
| |
| BackgroundFillMode |
Background fill mode
| |
| BackgroundGradientMode |
Gradient fill mode
| |
| BackgroundMainColor |
Main color of background fill
| |
| BackgroundSecondColor |
Second color used in gradient fill
| |
| BorderColor | (Overrides KaxDataBoundControl.BorderColor.) | |
| BorderStyle | (Overrides KaxDataBoundControl.BorderStyle.) | |
| BorderWidth | ||
| Caption |
Chart title
| |
| CaptionText | ||
| ChartEntity |
Chart engine
| |
| ChartHandlerUrl |
Gets or sets a value indicating the URL to the ChartHttpHandler that is necessary for the correct operation
of the KaxChart control.
| |
| ChartImageAlternateText |
The alternate text will display when the image cannot be shown in client.
| |
| ChartImageFormat |
The image transmitted to client format
| |
| ClientSettings |
Client-side settings.
| |
| ContentFile |
Gets or sets Chart content file name.
| |
| CssClass | (Overrides KaxDataBoundControl.CssClass.) | |
| CustomFigures |
Custom graphics for Chart
| |
| CustomPalettes |
Custom palettes for chart
| |
| DataGroupField |
Gets or sets the name of the DataSource column (member) that will be used to split one column data into several chart Series
| |
| DataManager |
Data management object
| |
| DataMember |
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
(Overrides KaxDataBoundControl.DataMember.) | |
| DataSource |
The DataSource object
(Overrides KaxDataBoundControl.DataSource.) | |
| DataSourceID |
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
(Overrides KaxDataBoundControl.DataSourceID.) | |
| DefaultSeriesView |
Default view of chart series
| |
| Diagram |
Chart diagram
| |
| DisableHandlerDetection |
Gets or sets string a value indicates to the HttpHandler URL.
| |
| EnableAutoLayout |
Whether to enable the automatic layout
| |
| Enabled | (Overrides KaxDataBoundControl.Enabled.) | |
| EnableEmbeddedSkins |
Whether enable embedded chart skin
(Overrides KaxDataBoundControl.EnableEmbeddedSkins.) | |
| EnableWiseLabel |
Whether to enable the intelligent label, can alleviate the label overlap
| |
| Font | (Overrides KaxDataBoundControl.Font.) | |
| ForeColor | (Overrides KaxDataBoundControl.ForeColor.) | |
| Height |
Chart height
(Overrides KaxDataBoundControl.Height.) | |
| IsCreatingImageMap |
Whether to create a graphical map
| |
| IsTextWrap |
Whether automatically wrap
| |
| IsUseSession |
Whether use session to cache
| |
| Legend |
Chart's legend
| |
| ScaleEnabled |
This property supports the KaxChart infrastructure and is not intended for public use.
| |
| SeriesOrientation |
Series orientation, horizontal or vertical
| |
| SeriesPalette |
Palette of series
| |
| SeriesSet |
Collection of the chart series.
| |
| Skin |
Chart control Skin
| |
| SkinOverrideStyle |
Should skin override user setting or not
| |
| StyleSet |
Chart style
| |
| TabIndex | (Overrides KaxDataBoundControl.TabIndex.) | |
| TempImagesFolder |
Temporary preservation path of images.
| |
| ToolTip | (Overrides KaxDataBoundControl.ToolTip.) | |
| Width |
Chart width
(Overrides KaxDataBoundControl.Width.) |
| Name | Description | |
|---|---|---|
| BeforeLayout | ||
| Click | ||
| PrePaint | ||
| SeriesPointDataBound | ||
| Zoom |