Class Chart
Represents a chart report item
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class Chart : DataItem, IReportItem, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, IDataItem, IDataFlow, IDataSourceContainer, INamedObject, ISupportsNeedDataSource, INoDataObject, IChartComponent, IComponent, IDisposable
Constructors
Chart()
Declaration
public Chart()
Properties
Appearance
Link to visualization and design properties
Declaration
public StyleChart Appearance { get; }
Property Value
StyleChart
|
AutoLayout
Specifies AutoLayout mode to all items on the chart control.
Declaration
public bool AutoLayout { get; set; }
Property Value
System.Boolean
|
AutoTextWrap
Specifies AutoTextWrap mode for all wrappable text blocks of the chart control.
Declaration
public bool AutoTextWrap { get; set; }
Property Value
System.Boolean
|
BitmapResolution
Specifies the resolution of the chart image when rendered as Bitmap.
Declaration
public float BitmapResolution { get; set; }
Property Value
System.Single
|
ChartTitle
Collection of titles for chart
Declaration
public ChartTitle ChartTitle { get; }
Property Value
ChartTitle
|
CustomPalettes
Specifies the custom palettes for chart.
Declaration
public CustomPalettesCollection CustomPalettes { get; }
Property Value
CustomPalettesCollection
|
DataGroupColumn
Defines a data source column name for grouping data
Declaration
public string DataGroupColumn { get; set; }
Property Value
System.String
|
DefaultSize
DefaultType
Default chart type
Declaration
public ChartSeriesType DefaultType { get; set; }
Property Value
ChartSeriesType
|
ImageFormat
Specifies the image format in which the image is streamed.
Declaration
public ImageFormat ImageFormat { get; set; }
Property Value
System.Drawing.Imaging.ImageFormat
|
IntelligentLabelsEnabled
Toggles the use of the IntelligentLabels feature.
Declaration
public bool IntelligentLabelsEnabled { get; set; }
Property Value
System.Boolean
|
Legend
PlotArea
Series
Gets or sets the chart's series collection object.
Declaration
public ChartSeriesCollection Series { get; }
Property Value
ChartSeriesCollection
|
SeriesOrientation
Specifies the orientation of the chart series on the plot area.
Declaration
public ChartSeriesOrientation SeriesOrientation { get; set; }
Property Value
ChartSeriesOrientation
|
SeriesPalette
Specifies the series palette
Declaration
public string SeriesPalette { get; set; }
Property Value
System.String
|
Skin
Gets or sets the name of the chart's skin.
Declaration
public string Skin { get; set; }
Property Value
System.String
|
Methods
ClearSkin()
Resets current chart skin to the default one.
Declaration
public void ClearSkin()
Explicit Interface Implementations
IChartComponent.Chart
IChartComponent.Clone()
IChartComponent.MapPath(String)
Declaration
string IChartComponent.MapPath(string filePath)
Parameters
System.String
filePath
|
Returns
System.String
|