MindFusion.Wpf Pack Programmer's Guide
AxesChart3D Members
Constructors Fields Properties Methods
 


Base class for 3D charts which support the Cartesian coordinate system.

The following tables list the members exposed by the AxesChart3D type.

 Public Constructors

  Name Description

AxesChart3D

Initializes a new instance of the AxesChart3D class.

 Public Fields

  Name Description

AllowCameraInteractionProperty

Identifies the AllowCameraInteraction dependency property. (Inherited from Chart3D.)

AllowMeshSelectionProperty

Identifies the AllowMeshSelection dependency property. (Inherited from Chart3D.)

BehaviorProperty

Identifies the Behavior dependency property. (Inherited from Chart3D.)

CameraTypeProperty

Identifies the CameraType dependency property. (Inherited from Chart3D.)

CornerRadiusProperty

Identifies the CornerRadius dependency property. (Inherited from Chart3D.)

DataSourceProperty

Identifies the DataSource dependency property. (Inherited from Chart3D.)

Effect3DProperty

Identifies the Effect3D dependency property. (Inherited from Chart3D.)

GridFillsProperty

Identifies the GridFills dependency property.

GridStrokesProperty

Identifies the GridStrokes dependency property.

GridStrokeThicknessProperty

Identifies the GridStrokeThickness dependency property.

GridTypeProperty

Identifies the GridType dependency property.

LightsProperty

Identifies the Lights dependency property. (Inherited from Chart3D.)

MeshFaceSizeProperty

Identifies the MeshFaceSize dependency property. (Inherited from Chart3D.)

MeshSelectionBrushProperty

Identifies the MeshSelectionBrush dependency property. (Inherited from Chart3D.)

ModelDepthProperty

Identifies the ModelDepth dependency property. (Inherited from Chart3D.)

ModelHeightProperty

Identifies the ModelHeight dependency property. (Inherited from Chart3D.)

ModelWidthProperty

Identifies the ModelWidth dependency property. (Inherited from Chart3D.)

PlotAreaMarginProperty

Identifies the PlotAreaMargin dependency property. (Inherited from Chart3D.)

RenderBackSidesProperty

Identifies the RenderBackSides dependency property. (Inherited from Chart3D.)

RotationAngleProperty

Identifies the RotationAngle dependency property. (Inherited from Chart3D.)

RotationAxisProperty

Identifies the RotationAxis dependency property. (Inherited from Chart3D.)

ScaleProperty

Identifies the Scale dependency property. (Inherited from Chart3D.)

SideWallThicknessProperty

Identifies the SideWallThickness dependency property.

StaticLightsProperty

Identifies the StaticLights dependency property. (Inherited from Chart3D.)

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property. (Inherited from Chart3D.)

TitleFontSizeProperty

Identifies the TitleFontSize dependency property. (Inherited from Chart3D.)

TitleFontStyleProperty

Identifies the TitleFontStyle dependency property. (Inherited from Chart3D.)

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property. (Inherited from Chart3D.)

TitleMarginProperty

Identifies the TitleMargin dependency property. (Inherited from Chart3D.)

TitleProperty

Identifies the Title dependency property. (Inherited from Chart3D.)

TitleVisibilityProperty

Identifies the TitleVisibility dependency property. (Inherited from Chart3D.)

X2AxisSettingsProperty

Identifies the X2AxisSettings dependency property.

X2LabelPathProperty

Identifies the X2LabelPath dependency property.

X2LabelsProperty

Identifies the X2Labels dependency property.

XAxisSettingsProperty

Identifies the XAxisSettings dependency property.

XLabelPathProperty

Identifies the XLabelPath dependency property.

XLabelsProperty

Identifies the XLabels dependency property.

Y2AxisSettingsProperty

Identifies the Y2AxisSettings dependency property.

Y2LabelPathProperty

Identifies the Y2LabelPath dependency property.

Y2LabelsProperty

Identifies the Y2Labels dependency property.

YAxisSettingsProperty

Identifies the YAxisSettings dependency property.

YLabelPathProperty

Identifies the YLabelPath dependency property.

YLabelsProperty

Identifies the YLabels dependency property.

Z2AxisSettingsProperty

Identifies the Z2AxisSettings dependency property.

Z2LabelPathProperty

Identifies the Z2LabelPath dependency property.

Z2LabelsProperty

Identifies the Z2Labels dependency property.

ZAxisSettingsProperty

Identifies the ZAxisSettings dependency property.

ZLabelPathProperty

Identifies the ZLabelPath dependency property.

ZLabelsProperty

Identifies the ZLabels dependency property.

 Public Properties

  Name Description

AllowCameraInteraction

Gets or sets a value indicating whether the position of the camera changes when the users clicks at the chart and drags with the mouse. This is a dependency property. (Inherited from Chart3D.)

AllowMeshSelection

Gets or sets a value indicating whether the individual mesh objects in the chart model can be selected with the mouse. This is a dependency property. (Inherited from Chart3D.)

Behavior

Gets or sets a value indicating how the chart control responds to actions with the mouse. This is a dependency property. (Inherited from Chart3D.)

CameraType

Gets or sets the type of the camera. This is a dependency property. (Inherited from Chart3D.)

ChartTheme

Gets or sets a ChartTheme that defines the appearance of chart elements. (Inherited from Chart3D.)

CornerRadius

Gets or sets the corner radius of the chart control's bounding rectangle. This is a dependency property. (Inherited from Chart3D.)

DataSource

Gets or sets the data source. This is a dependency property. (Inherited from Chart3D.)

Effect3D

Gets or sets the 3D effect of the chart. This is a dependency property. (Inherited from Chart3D.)

GridFills

Gets or sets the brushes for the grid stripes. This is a dependency property.

GridStrokes

Gets or sets the brushes for the grid lines. This is a dependency property.

GridStrokeThickness

Gets or sets the thickness of grid lines. This is a dependency property.

GridType

Gets or sets the grid type. This is a dependency property.

Legends

Gets or sets a list with the chart legends. (Inherited from Chart3D.)

Lights

Gets or sets the lights in the chart model. This is a dependency property. (Inherited from Chart3D.)

MeshFaceSize

Gets or sets the size of the faces that build the mesh of the 3D chart. This is a dependency property. (Inherited from Chart3D.)

MeshSelectionBrush

Gets or sets the brush used to highlight selected objects in the chart model. This is a dependency property. (Inherited from Chart3D.)

ModelDepth

Gets or sets the depth of the 3D model that holds the chart. This is a dependency property. (Inherited from Chart3D.)

ModelHeight

Gets or sets the height of the 3D model that holds the chart. This is a dependency property. (Inherited from Chart3D.)

ModelWidth

Gets or sets the width of the 3D model that holds the chart. This is a dependency property. (Inherited from Chart3D.)

PlotAreaMargin

Gets or sets the margin around the plot area. This is a dependency property. (Inherited from Chart3D.)

RenderBackSides

Gets or sets a value indicating whether the back sides of the chart and the wire frame, if present, are rendered. This is a dependency property. (Inherited from Chart3D.)

RotationAngle

Gets or sets the angle of rotation for the chart. This is a dependency property. (Inherited from Chart3D.)

RotationAxis

Gets or sets the axis of rotation of the chart. This is a dependency property. (Inherited from Chart3D.)

Scale

Gets or sets the scale factor of the chart. This is a dependency property. (Inherited from Chart3D.)

Series

Gets the list with the series in the chart. (Inherited from Chart3D.)

SideWallThickness

Gets or sets the thickness of the side walls. This is a dependency property.

StaticLights

Gets or sets the static lights in the chart model. This is a dependency property. (Inherited from Chart3D.)

Title

Gets or sets the title of the chart. This is a dependency property. (Inherited from Chart3D.)

TitleFontFamily

Gets or sets the font family for the title. This is a dependency property. (Inherited from Chart3D.)

TitleFontSize

Gets or sets the font size for the title. This is a dependency property. (Inherited from Chart3D.)

TitleFontStyle

Gets or sets the font style for the title. This is a dependency property. (Inherited from Chart3D.)

TitleFontWeight

Gets or sets the font weight for the title. This is a dependency property. (Inherited from Chart3D.)

TitleMargin

Gets or sets the margin around the title. This is a dependency property. (Inherited from Chart3D.)

TitleVisibility

Gets or sets the visibility of the chart's title. This is a dependency property. (Inherited from Chart3D.)

X2AxisSettings

Gets the settings for the secondary X-axis. This is a dependency property.

X2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving X2-labels. This is a dependency property.

X2Labels

Gets or sets the custom labels for the X2-axis. This is a dependency property.

XAxisSettings

Gets the settings for the X-axis. This is a dependency property.

XLabelPath

Gets or sets the path to the property of the DataSource used for retrieving X-labels. This is a dependency property.

XLabels

Gets or sets the custom labels for the X-axis. This is a dependency property.

Y2AxisSettings

Gets the settings for the secondary Y-axis. This is a dependency property.

Y2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y2-labels. This is a dependency property.

Y2Labels

Gets or sets the custom labels for the Y2-axis. This is a dependency property.

YAxisSettings

Gets the settings for the Y-axis. This is a dependency property.

YLabelPath

Gets or sets the path to the property of the DataSource used for retrieving Y-labels. This is a dependency property.

YLabels

Gets or sets the custom labels for the Y-axis. This is a dependency property.

Z2AxisSettings

Gets the settings for the secondary Z-axis. This is a dependency property.

Z2LabelPath

Gets or sets the path to the property of the DataSource used for retrieving Z2-labels. This is a dependency property.

Z2Labels

Gets or sets the custom labels for the Z2-axis. This is a dependency property.

ZAxisSettings

Gets the settings for the Z-axis. This is a dependency property.

ZLabelPath

Gets or sets the path to the property of the DataSource used for retrieving Z-labels. This is a dependency property.

ZLabels

Gets or sets the custom labels for the Z-axis. This is a dependency property.

 Public Methods

  Name Description

BeginInit

FrameworkElement.BeginInit override. (Inherited from Chart3D.)

ClearMeshSelection

Clears any mesh selection. (Inherited from Chart3D.)

EndInit

FrameworkElement.EndInit override. (Inherited from Chart3D.)

HitTest

Gets a ChartHitTestResult3D object that contains the result of the hit-test operation.

OnApplyTemplate

Chart3D.OnApplyTemplate override.

UpdateChart

Recalculates and redraws the chart. (Inherited from Chart3D.)

 See Also

AxesChart3D Class
MindFusion.Charting.Wpf Namespace