'Declaration Public Function New( _
ByVal styleThe style.As ChartMarkerStyle, _
ByVal sizeThe size is DIP.As Double, _
ByVal appearancePropertiesThe appearance properties.As ShapeAppearance _
)
public ChartMarker(
ChartMarkerStyle style,
double size,
ShapeAppearance appearanceProperties
)
public: ChartMarker(
ChartMarkerStyle style,
double size,
ShapeAppearance* appearanceProperties
)
public:
ChartMarker(
ChartMarkerStyle style,
double size,
ShapeAppearance^ appearanceProperties
)
Parameters
- style
- The style.
- size
- The size is DIP.
- appearanceProperties
- The appearance properties.