ChartDataPoint
MarkerFill Property
|
Represents the formatting properties for marker.
A chart with Bubble type or Bubble3D type does not support this property.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ChartEffectFormat MarkerFill { get; }
Public ReadOnly Property MarkerFill As ChartEffectFormat
Get
public:
property ChartEffectFormat^ MarkerFill {
ChartEffectFormat^ get ();
}
member MarkerFill : ChartEffectFormat with get
Property Value
Type:
ChartEffectFormat
See Also