Charting for WPF Programmer's Guide

Legend.ShapeSize Property

See Also
 


Gets or sets the size of the shapes in the Legend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double ShapeSize { get; set; }

Visual Basic  Copy Code

Public Property ShapeSize As Double

 Property Value

A double value. Default is 10D.

 See Also