'Declaration Public Function New( _
ByVal markerThe chart marker.As ChartMarker, _
ByVal appearancePropertiesThe appearance properties.As ShapeAppearance _
)
public ChartDataPoint(
ChartMarker marker,
ShapeAppearance appearanceProperties
)
public: ChartDataPoint(
ChartMarker* marker,
ShapeAppearance* appearanceProperties
)
public:
ChartDataPoint(
ChartMarker^ marker,
ShapeAppearance^ appearanceProperties
)
Parameters
- marker
- The chart marker.
- appearanceProperties
- The appearance properties.