'Declaration Public Property Style As System.Nullable(Of OpenXmlDocumentChartMarkerStyle)
public System.Nullable<OpenXmlDocumentChartMarkerStyle> Style { get; set; }
public: __property System.Nullable<OpenXmlDocumentChartMarkerStyle*>* get_Style(); public: __property void set_Style(
System.Nullable<OpenXmlDocumentChartMarkerStyle*>* value
);
public:
property System.Nullable<OpenXmlDocumentChartMarkerStyle^>^ Style { System.Nullable<OpenXmlDocumentChartMarkerStyle^>^ get(); void set(System.Nullable<OpenXmlDocumentChartMarkerStyle^>^ value); }