Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ChartCrossesType ChartCrossType { get; set; }
Public Property ChartCrossType As ChartCrossesType
	Get
	Set
public:
virtual property ChartCrossesType ChartCrossType {
	ChartCrossesType get () sealed;
	void set (ChartCrossesType value) sealed;
}
abstract ChartCrossType : ChartCrossesType with get, set
override ChartCrossType : ChartCrossesType with get, set

Property Value

ChartCrossesType

Implements

IChartAxis..::..ChartCrossType

See Also