Class Chart
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.DataVisualization.Charting.Chart
Chart
Assembly: FastReport.Olap.dll
Syntax
public class Chart : Chart, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, ISupportInitialize, IDisposable, IChart
Constructors
Chart()
Declaration
Properties
BaseAxisDataType
Declaration
public AxisDataType BaseAxisDataType { get; set; }
Property Value
CategoriesAxis
Declaration
public AxisRegion CategoriesAxis { get; set; }
Property Value
CategoriesFieldCount
Declaration
public int CategoriesFieldCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ChartAreas
Declaration
[Browsable(false)]
public ChartAreaCollection ChartAreas { get; }
Property Value
Type |
Description |
System.Windows.Forms.DataVisualization.Charting.ChartAreaCollection |
|
DataType
Declaration
public ChartDataType DataType { get; set; }
Property Value
Frozen
Declaration
public bool Frozen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Legends
Declaration
[Browsable(false)]
public LegendCollection Legends { get; }
Property Value
Type |
Description |
System.Windows.Forms.DataVisualization.Charting.LegendCollection |
|
MarksShowStyle
Declaration
public MarksShowStyle MarksShowStyle { get; set; }
Property Value
MeasureFieldIndex
Declaration
public int MeasureFieldIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SeriesAxis
Declaration
public AxisRegion SeriesAxis { get; set; }
Property Value
SeriesFieldCount
Declaration
public int SeriesFieldCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SeriesType
Declaration
public SeriesType SeriesType { get; set; }
Property Value
SkipNullPoints
Declaration
public bool SkipNullPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Slice
Declaration
public Slice Slice { get; set; }
Property Value
Methods
BeginUpdate()
Declaration
public void BeginUpdate()
EndUpdate()
Declaration
Load(XmlItem)
Declaration
public void Load(XmlItem item)
Parameters
Save(XmlItem)
Declaration
public void Save(XmlItem subItem)
Parameters
Type |
Name |
Description |
XmlItem |
subItem |
|
Events
Change
Declaration
public event EventHandler Change
Event Type
Type |
Description |
System.EventHandler |
|
Implements