AxisItemLabelStyle
-
Hi all , I am trying to lable my datapoints in Y axis to a currency. This will format my Y axis to currency ---- Chart1.ChartAreas(0).AxisY.LabelStyle.Format="C" How can i format my datapoints for Y Axis to have the same format as Currency? I thought this will work but there is no property like 'ItemlableStyle' --- : Chart1.ChartAreas(0).AxisY.ItemlableStyle="C"????? Can any one Suggeet any ideas? Thanks
-
Hi all , I am trying to lable my datapoints in Y axis to a currency. This will format my Y axis to currency ---- Chart1.ChartAreas(0).AxisY.LabelStyle.Format="C" How can i format my datapoints for Y Axis to have the same format as Currency? I thought this will work but there is no property like 'ItemlableStyle' --- : Chart1.ChartAreas(0).AxisY.ItemlableStyle="C"????? Can any one Suggeet any ideas? Thanks
Is this a .NET Chart or some 3rd party, such as DeveloperExpress? I am looking through the default toolbox in .net and can't find any sort of chart like you are talking about.