Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The size of the legend items mark.")> <DefaultValueAttribute(7)> Public Property MarkSize As Integer
'Usage Dim instance As LegendData Dim value As Integer instance.MarkSize = value value = instance.MarkSize
[Category("General")] [Description("The size of the legend items mark.")] [DefaultValue(7)] public int MarkSize {get; set;}
Dim legend As Legend = CType(NChartControl.Legends(0), Legend) legend.Data.MarkSize = 4
Legend legend = (Legend)NChartControl.Legends[0]; legend.Data.MarkSize = 4;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
LegendData Class LegendData Members