Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns a ChartInterior object, representing the area of a data point.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [ChartInterior |ChartInterior ]object, representing the area of a data point.{excerpt}
{signature:C#}
 public ChartInterior Interior{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Interior() As ChartInterior
Remarks

This specifies the Fill and Border for individual data points.

Once this property is accessed on an individual point, that point will no longer inherit the Interior settings in the Series.Interior. Changes to the series data point will no longer be reflected in the individual point.
{signature}
{remarks}
This specifies the Fill and Border for individual data points.

Once this property is accessed on an individual point, that point will no longer inherit the Interior settings in the Series.Interior. Changes to the series data point will no longer be reflected in the individual point.
{remarks}