SeriesStylePointMark Property |
Series points appearance
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public SeriesPointMarkerStyle PointMark { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property PointMark As SeriesPointMarkerStyle
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property SeriesPointMarkerStyle^ PointMark {
SeriesPointMarkerStyle^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member PointMark : SeriesPointMarkerStyle with get
Property Value
Type:
SeriesPointMarkerStyle
See Also