Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns the border around the chart region.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public ChartLine BorderLine{ get; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public ReadOnly Property BorderLine() As ChartLine
{signature}
{remarks}
By default, the borderline of [ChartLine</p>
Remarks

By default, the borderline of Chart.ChartArea

]

for

new

charts

are

visible.

All

other

border

lines

for

all

other

components

of

a

chart

are

not

visible

by

default.

If

a

default

borderline

is

visible,

which

is

the

case

for

Chart

area

borderline,

the

default

configuration

for

the

line

is:

* [Color|ChartLine.Color]:

  • Color: Color.SystemColor.AutomaticLine
* [Style|ChartLine.Style]:
  • Style: ChartLine.LineStyle.Solid
* [Weight|ChartLine.Weight]:
  • Weight: ChartLine.LineWeight.Narrow

If

a

default

borderline

is

invisible,

as

is

the

case

with

legends,

data

labels,

titles,

and

axes,

the

defaults

are

as

follows:

* [Color|ChartLine.Color]:

  • Color: Color.SystemColor.Black
* [Style|ChartLine.Style]:
  • Style: ChartLine.LineStyle.None
* [Weight|ChartLine.Weight]:
  • Weight: ChartLine.LineWeight.Narrow
{remarks}