Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Cursors")> <DescriptionAttribute("Controls the cursors mode.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property CursorMode As SeriesCursorMode
'Usage Dim instance As SeriesInteractivity Dim value As SeriesCursorMode instance.CursorMode = value value = instance.CursorMode
[Category("Cursors")] [Description("Controls the cursors mode.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SeriesCursorMode CursorMode {get; set;}
barSeries.Interactivity.CursorMode = SeriesCursorMode.Default barSeries.Interactivity.DefaultCursor = CursorType.Hand
barSeries.Interactivity.CursorMode = SeriesCursorMode.Default; barSeries.Interactivity.DefaultCursor = CursorType.Hand;
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
SeriesInteractivity Class SeriesInteractivity Members