
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <SerializableAttribute()> Public Class Chart
'Usage Dim instance As Chart
[ClassInterface(ClassInterfaceType.AutoDual)] [Serializable()] public class Chart
System.Object
Xceed.Chart.Core.Chart
Name | Description | |
---|---|---|
![]() | m_bCanRender | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | Axes | Gives you access to the collection of chart axes. |
![]() | DataSourceIndex | Gets or sets the index of data source containted in the DataBindingManager in the chart control. |
![]() | Depth | Controls the chart area depth in model units. |
![]() | DisplayOnLegend | Specifies the index of the legend on which the chart information is displayed. |
![]() | Height | Controls the chart area height in model units. |
![]() | LightModel | Gives you access to the LightModel controlling the chart scene lighting. |
![]() | MarginMode | Defines the strategy used to fit the chart into the chart area (margins). |
![]() | Margins | Controls the margin rectangle of the chart. |
![]() | Name | Controls the name of the chart. |
![]() | PredefinedChartStyle | Controls the predefined chart style. |
![]() | Series | Gives you access to the Series of the Chart object. |
![]() | View | Gives you access to the View controlling the view on the scene. |
![]() | Visible | Controls the visibility of the chart. |
![]() | Walls | Gives you access to the collection of chart walls. |
![]() | Width | Controls the width of the chart in model units. |
Name | Description | |
---|---|---|
![]() | Axis | Overloaded. Gives you access to a standard chart axis. |
![]() | Clone | Creates an identical copy of this chart object |
![]() | ConvertClientToModelCoordinate | Converts a point in control client coordinates to chart model coordinates |
![]() | ConvertModelToClientCoordinate | Converts a model point in the chart model space to the control client viewport point. |
![]() | ConvertModelToViewportCoordinate | Converts a model point in the chart model space to a view point in the chart viewport. |
![]() | MapClientPointToModelPlane | Maps a client point to a model plane specified by two axes and an origin point. |
![]() | ShowAxesEditor | Shows the chart axes editor |
![]() | ShowSeriesEditor | Shows the chart series edtior |
![]() | ShowWallsEditor | Shows the chart walls editor |
![]() | Wall | Gives you access to the five chart walls of the component. |
Name | Description | |
---|---|---|
![]() | OnAfterPaint | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() | OnBeforePaint | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | AfterPaint | Fired after the chart is painted |
![]() | BeforePaint | Fired before the chart is painted |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2