Dundas Chart for ASP.NET
PieLineArrowSize Custom Attribute
Send comments on this topic.
Custom Attributes > PieLineArrowSize Custom Attribute



Glossary Item Box

Gets or sets the size of the arrow.

Visual Basic Copy Code
Imports Dundas.Charting.WebControl
  ...

' Set the Pie Arrow Custom Attributes 
chart1.Series("Default")("PieLineArrowSize") = "1"

C# Copy Code
using Dundas.Charting.WebControl;
   ...

// Set the Pie Arrow Custom Attributes
chart1.Series["Default"]["PieLineArrowSize"] = "1";

Remarks

This attribute is only applicable to the Pie or Doughnut chart when the PieLabelStyle is set to Outside. 

Custom Attribute Summary
Possible Values:

A int value.

Default Value: Color.Black
2D / 3D Limitations: No
Applies to Chart Element: Series and DataPoint Objects
Applies to Chart Types: Pie, Doughnut
Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.