Charting for WPF Programmer's Guide

AxisSettings.Stroke Property

See Also
 


Gets or sets the brush for drawing the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush Stroke { get; set; }

Visual Basic  Copy Code

Public Property Stroke As Brush

 Property Value

A Brush object. Default value is black brush.

 See Also