ChartMarkerTypes 枚举

Specifies the type of the marker.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Enumeration ChartMarkerTypes
用法
Dim instance As ChartMarkerTypes
public enum ChartMarkerTypes
public enum class ChartMarkerTypes
type ChartMarkerTypes
public enum ChartMarkerTypes

成员

成员名称 说明
Auto Automatically use a different marker type for each series.
Circle A circle marker.
Cross A cross marker.
Diamond A diamond marker.
None No marker.
Square A square marker.
Star10 A ten-point star marker.
Star4 A four-point star marker.
Star5 A five-point star marker.
Star6 A six-point star marker.
Triangle A triangle marker.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间