ChartAxis
ChartCrossType Property
|
Represents the CrossType on the specified axis where the other axis crosses.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
ChartCrossesType
Implements
IChartAxis
ChartCrossType
See Also