FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / SymbolMarker 枚举

本主题中
    SymbolMarker 枚举
    本主题中
    Specifies the type of marker to use for the SymbolMarker property. Applies to Scatter, LineSymbols, and SplineSymbols chart types.
    语法
    '声明
     
    Public Enum SymbolMarker 
       Inherits System.Enum
    public enum SymbolMarker : System.Enum 
    成员
    成员说明
    BoxUses a square to mark each data point.
    CircleUses a circle to mark each data point.
    CrossUses a crossed horizontal and vertical to mark each data point.
    DiagCrossUses a diagonal cross to mark each data point.
    DiamondUses a solid diamond to mark each data point.
    DotUses a solid circle to mark each data point.
    HorizontalLineUses a short horizontal line to mark each data point.
    InvertedTriUses a solid inverted triangle to mark each data point.
    OpenDiamondUses a outline of a diamond to mark each data point.
    OpenInvertedTriUses a outline of an inverted triangle to mark each data point.
    OpenTriUses a outline of a triangle to mark each data point.
    SquareUses a outline of a square to mark each data point.
    StarUses a solid star to mark each data point.
    TriUses a solid triangle to mark each data point.
    VerticalLineUses a short vertical line to mark each data point.
    继承层次

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.SymbolMarker

    请参见