IChartAxis
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
ChartCrossesType ChartCrossType { get; set; }
Property ChartCrossType As ChartCrossesType
Get
Set
property ChartCrossesType ChartCrossType {
ChartCrossesType get ();
void set (ChartCrossesType value);
}
abstract ChartCrossType : ChartCrossesType with get, set
Property Value
Type:
ChartCrossesType
See Also