[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DGridLines

Chart3DGridLines Class

Represetns properties used to control the appearance of grid.

Inheritance
Chart3DGridLines
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class Chart3DGridLines : ChartObject, INotifyPropertyChanged, IC1Serializable

Properties

Name Description
IsOnXYPlane

Gets or sets a value indicating whether grid lines are to appear on the XY-plane. In 2D projections, grid lines are drawn perpendicular to the axis.

IsOnXZPlane

Gets or sets a value indicating whether grid lines are to appear on the XZ-plane. In 2D projections, grid lines are drawn perpendicular to the axis.

IsOnYZPlane

Gets or sets a value indicating whether grid lines are to appear on the YZ-plane. In 2D projections, grid lines are drawn perpendicular to the axis.

Style

Gets the line style used to draw the grid.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.